SHA3 state context used by all methods (OpenSSL - like interface). More...
#include <XrdOucSHA3.hh>
Public Attributes | |
| int | mdlen |
| int | pt |
| int | rsiz |
| union { | |
| uint8_t | b [200] |
| < state: | |
| uint64_t | q [25] |
| 64-bit words | |
| } | st |
| int | xof |
| these don't overflow | |
SHA3 state context used by all methods (OpenSSL - like interface).
Definition at line 44 of file XrdOucSHA3.hh.
| int XrdOucSHA3::sha3_ctx_t::mdlen |
Definition at line 49 of file XrdOucSHA3.hh.
Referenced by XrdOucSHA3::Final(), and XrdOucSHA3::Init().
| int XrdOucSHA3::sha3_ctx_t::pt |
Definition at line 49 of file XrdOucSHA3.hh.
Referenced by XrdOucSHA3::Final(), XrdOucSHA3::Init(), XrdOucSHA3::SHAKE_Out(), and XrdOucSHA3::Update().
| int XrdOucSHA3::sha3_ctx_t::rsiz |
Definition at line 49 of file XrdOucSHA3.hh.
Referenced by XrdOucSHA3::Final(), XrdOucSHA3::Init(), XrdOucSHA3::SHAKE_Out(), and XrdOucSHA3::Update().
| union { ... } XrdOucSHA3::sha3_ctx_t::st |
Referenced by XrdOucSHA3::Final(), XrdOucSHA3::Init(), XrdOucSHA3::SHAKE_Out(), and XrdOucSHA3::Update().
| int XrdOucSHA3::sha3_ctx_t::xof |
these don't overflow
Definition at line 49 of file XrdOucSHA3.hh.
Referenced by XrdOucSHA3::Init(), and XrdOucSHA3::SHAKE_Out().