|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
This is the complete list of members for BLAKE2s, including all inherited members.
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | BLAKE2s | inlinevirtual |
| AlgorithmProvider() const | BLAKE2s | virtual |
| BLAKE2s(bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2s | |
| BLAKE2s(unsigned int digestSize) | BLAKE2s | |
| BLAKE2s(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) | BLAKE2s | |
| BLOCKSIZE (defined in BLAKE2s) | BLAKE2s | static |
| BlockSize() const | BLAKE2s | 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 BLAKE2s) | BLAKE2s | static |
| DefaultIVLength() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| DIGESTSIZE (defined in BLAKE2s) | BLAKE2s | static |
| DigestSize() const | BLAKE2s | inlinevirtual |
| Final(byte *digest) | HashTransformation | inlinevirtual |
| GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
| GetTreeMode() const | BLAKE2s | inline |
| GetValidKeyLength(size_t keylength) const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_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, BLAKE2s_Info > | inlinevirtual |
| IVSize() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| MAX_KEYLENGTH (defined in BLAKE2s) | BLAKE2s | static |
| MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MaxKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| MIN_KEYLENGTH (defined in BLAKE2s) | BLAKE2s | static |
| MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MinKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2s_Info > | inlinevirtual |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalBlockSize() const | HashTransformation | inlinevirtual |
| OptimalDataAlignment() const | BLAKE2s | virtual |
| ParameterBlock typedef (defined in BLAKE2s) | BLAKE2s | |
| PERSONALIZATIONSIZE (defined in BLAKE2s) | BLAKE2s | static |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Ref() | HashTransformation | inline |
| Restart() | BLAKE2s | virtual |
| Restart(const BLAKE2s_ParameterBlock &block, const word32 counter[2]) | BLAKE2s | |
| Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | inlinevirtual |
| SALTSIZE (defined in BLAKE2s) | BLAKE2s | 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) | BLAKE2s | inline |
| State typedef (defined in BLAKE2s) | BLAKE2s | |
| StaticAlgorithmName() (defined in BLAKE2s) | BLAKE2s | inlinestatic |
| TagSize() const | HashTransformation | inline |
| TruncatedFinal(byte *hash, size_t size) | BLAKE2s | 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) | BLAKE2s | 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 |
| ~BLAKE2s() (defined in BLAKE2s) | BLAKE2s | inlinevirtual |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
| ~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |