Crypto++  5.6.4
Free C++ class library of cryptographic schemes
Public Attributes | Static Public Attributes | List of all members
BLAKE2_State< W, T_64bit > Class Template Reference

BLAKE2 state information. More...

Public Attributes

h [8]
 
t [2]
 
f [2]
 
byte buffer [BLOCKSIZE]
 
size_t length
 

Static Public Attributes

static const int BLOCKSIZE = BLAKE2_Info<T_64bit>::BLOCKSIZE
 

Detailed Description

template<class W, bool T_64bit>
class BLAKE2_State< W, T_64bit >

BLAKE2 state information.

Template Parameters
Wword type
T_64bitflag indicating 64-bit BLAKE2b uses BLAKE2_State<word64, true>, while BLAKE2s uses BLAKE2_State<word32, false>.
Since
Crypto++ 5.6.4

Definition at line 136 of file blake2.h.


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