Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | List of all members
BLAKE2_Info< T_64bit > Class Template Reference

BLAKE2 hash information. More...

#include <blake2.h>

Inheritance diagram for BLAKE2_Info< T_64bit >:
[legend]
Collaboration diagram for BLAKE2_Info< T_64bit >:
[legend]

Public Types

typedef VariableKeyLength<(T_64bit?64:32), 0,(T_64bit?64:32), 1, SimpleKeyingInterface::NOT_RESYNCHRONIZABLEKeyBase
 

Public Member Functions

CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength<(T_64bit?64:32), 0,(T_64bit?64:32), 1, SimpleKeyingInterface::NOT_RESYNCHRONIZABLE >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The minimum key length used by the algorithm provided as a constant. More...
 

Detailed Description

template<bool T_64bit>
class BLAKE2_Info< T_64bit >

BLAKE2 hash information.

Template Parameters
T_64bitflag indicating 64-bit
Since
Crypto++ 5.6.4

Definition at line 32 of file blake2.h.

Member Typedef Documentation

template<bool T_64bit>
typedef VariableKeyLength<(T_64bit ? 64 : 32),0,(T_64bit ? 64 : 32),1,SimpleKeyingInterface::NOT_RESYNCHRONIZABLE> BLAKE2_Info< T_64bit >::KeyBase

Definition at line 34 of file blake2.h.

Member Function Documentation

template<bool T_64bit>
CRYPTOPP_STATIC_CONSTEXPR const char* BLAKE2_Info< T_64bit >::StaticAlgorithmName ( )
inline

Definition at line 44 of file blake2.h.

Here is the caller graph for this function:


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