xrootd
Loading...
Searching...
No Matches
Public Attributes | List of all members
XrdOucSHA3::sha3_ctx_t Struct Reference

SHA3 state context used by all methods (OpenSSL - like interface) More...

#include <XrdOucSHA3.hh>

Public Attributes

union { 
 
   uint8_t   b [200] 
 < state: More...
 
   uint64_t   q [25] 
 64-bit words More...
 
st 
 
int pt
 
int rsiz
 
int mdlen
 
int xof
 these don't overflow
 

Detailed Description

SHA3 state context used by all methods (OpenSSL - like interface)

Member Data Documentation

◆ b

uint8_t XrdOucSHA3::sha3_ctx_t::b[200]

< state:

8-bit bytes

◆ mdlen

int XrdOucSHA3::sha3_ctx_t::mdlen

◆ pt

int XrdOucSHA3::sha3_ctx_t::pt

◆ q

uint64_t XrdOucSHA3::sha3_ctx_t::q[25]

64-bit words

◆ rsiz

int XrdOucSHA3::sha3_ctx_t::rsiz

◆ [union]

union { ... } XrdOucSHA3::sha3_ctx_t::st

◆ xof

int XrdOucSHA3::sha3_ctx_t::xof

these don't overflow


The documentation for this struct was generated from the following file: