Crypto++  6.1
Free C++ class library of cryptographic schemes
BLAKE2_ParameterBlock< T_64bit > Struct Template Reference

BLAKE2 parameter block. More...

Detailed Description

template<bool T_64bit>
struct BLAKE2_ParameterBlock< T_64bit >

BLAKE2 parameter block.

Template Parameters
T_64bitflag indicating 64-bit

BLAKE2b uses BLAKE2_ParameterBlock<true>, while BLAKE2s uses BLAKE2_ParameterBlock<false>.

Since
Crypto++ 5.6.4

Definition at line 51 of file blake2.h.


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