#include <stddef.h>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | XrdOucSHA3::sha3_ctx_t |
| SHA3 state context used by all methods (OpenSSL - like interface). More... | |
| union | XrdOucSHA3::sha3_ctx_t.st |
| class | XrdOucSHA3 |
| struct XrdOucSHA3::sha3_ctx_t |
SHA3 state context used by all methods (OpenSSL - like interface).
Definition at line 44 of file XrdOucSHA3.hh.
| Class Members | ||
|---|---|---|
| int | mdlen | |
| int | pt | |
| int | rsiz | |
| union sha3_ctx_t.st | st | |
| int | xof | these don't overflow |
| union XrdOucSHA3::sha3_ctx_t.st |
Definition at line 45 of file XrdOucSHA3.hh.
| Class Members | ||
|---|---|---|
| uint8_t | b[200] |
< state: 8-bit bytes |
| uint64_t | q[25] | 64-bit words |