Fabcoin Core
0.16.2
P2P Digital Currency
|
BLAKE2 state information. More...
#include <blake2.h>
Public Member Functions | |
BLAKE2_State () | |
Public Attributes | |
W | h [8] |
W | t [2] |
W | f [2] |
byte | buffer [BLOCKSIZE] |
size_t | length |
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>.
|
inline |
byte BLAKE2_State< W, T_64bit >::buffer[BLOCKSIZE] |
W BLAKE2_State< W, T_64bit >::f[2] |
W BLAKE2_State< W, T_64bit >::h[8] |
size_t BLAKE2_State< W, T_64bit >::length |
W BLAKE2_State< W, T_64bit >::t[2] |