Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
This is the complete list of members for BLAKE2b, including all inherited members.
Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | BLAKE2b | inlinevirtual |
AlgorithmProvider() const | BLAKE2b | virtual |
BLAKE2b(bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2b | |
BLAKE2b(unsigned int digestSize) | BLAKE2b | |
BLAKE2b(const byte *key, size_t keyLength, const byte *salt=NULL, size_t saltLength=0, const byte *personalization=NULL, size_t personalizationLength=0, bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2b | |
BLOCKSIZE (defined in BLAKE2b) | BLAKE2b | static |
BlockSize() const | BLAKE2b | inlinevirtual |
CalculateDigest(byte *digest, const byte *input, size_t length) | HashTransformation | inlinevirtual |
CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length) | HashTransformation | inlinevirtual |
CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
CanUseRandomIVs() const | SimpleKeyingInterface | inline |
CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
Clone() const | Clonable | inlinevirtual |
CreateUpdateSpace(size_t &size) | HashTransformation | inlinevirtual |
DEFAULT_KEYLENGTH (defined in BLAKE2b) | BLAKE2b | static |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2b_Info > | inlinevirtual |
DIGESTSIZE (defined in BLAKE2b) | BLAKE2b | static |
DigestSize() const | BLAKE2b | inlinevirtual |
Final(byte *digest) | HashTransformation | inlinevirtual |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetTreeMode() const | BLAKE2b | inline |
GetValidKeyLength(size_t keylength) const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2b_Info > | inlinevirtual |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2b_Info > | inlinevirtual |
IVSize() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2b_Info > | inlinevirtual |
MAX_KEYLENGTH (defined in BLAKE2b) | BLAKE2b | static |
MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
MaxKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2b_Info > | inlinevirtual |
MIN_KEYLENGTH (defined in BLAKE2b) | BLAKE2b | static |
MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
MinKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2b_Info > | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
OptimalBlockSize() const | HashTransformation | inlinevirtual |
OptimalDataAlignment() const | BLAKE2b | virtual |
ParameterBlock typedef (defined in BLAKE2b) | BLAKE2b | |
PERSONALIZATIONSIZE (defined in BLAKE2b) | BLAKE2b | static |
RANDOM_IV enum value | SimpleKeyingInterface | |
Ref() | HashTransformation | inline |
Restart() | BLAKE2b | virtual |
Restart(const BLAKE2b_ParameterBlock &block, const word64 counter[2]) | BLAKE2b | |
Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | inlinevirtual |
SALTSIZE (defined in BLAKE2b) | BLAKE2b | static |
SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | SimpleKeyingInterface | virtual |
SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength) | SimpleKeyingInterface | |
SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | inline |
SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
SetTreeMode(bool mode) | BLAKE2b | inline |
State typedef (defined in BLAKE2b) | BLAKE2b | |
StaticAlgorithmName() (defined in BLAKE2b) | BLAKE2b | inlinestatic |
TagSize() const | HashTransformation | inline |
TruncatedFinal(byte *hash, size_t size) | BLAKE2b | virtual |
TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
Update(const byte *input, size_t length) | BLAKE2b | virtual |
Verify(const byte *digest) | HashTransformation | inlinevirtual |
VerifyDigest(const byte *digest, const byte *input, size_t length) | HashTransformation | inlinevirtual |
VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length) | HashTransformation | inlinevirtual |
~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
~BLAKE2b() (defined in BLAKE2b) | BLAKE2b | inlinevirtual |
~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |