Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
BLAKE2 state information. More...
Public Attributes | |
W | h [8] |
W | t [2] |
W | f [2] |
byte | buffer [BLOCKSIZE] |
size_t | length |
Static Public Attributes | |
static const int | BLOCKSIZE = BLAKE2_Info<T_64bit>::BLOCKSIZE |
BLAKE2 state information.
W | word type |
T_64bit | flag indicating 64-bit |
BLAKE2b uses BLAKE2_State<word64, true>, while BLAKE2s uses BLAKE2_State<word32, false>.