Extract-and-Expand Key Derivation Function (HKDF)
More...
|
size_t | MaxDerivedKeyLength () const |
| maximum number of bytes which can be produced under a secuirty context
|
|
bool | Usesinfo () const |
|
unsigned int | DeriveKey (byte *derived, size_t derivedLen, const byte *secret, size_t secretLen, const byte *salt, size_t saltLen, const byte *info, size_t infoLen) const |
| derive a key from secret
|
|
|
static const char * | StaticAlgorithmName () |
|
|
static const int | DIGESTSIZE = T::DIGESTSIZE |
|
static const int | SALTSIZE = T::DIGESTSIZE |
|
template<class T>
class HKDF< T >
Extract-and-Expand Key Derivation Function (HKDF)
- Template Parameters
-
- See Also
- Cryptographic Extraction and Key Derivation: The HKDF Scheme and HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
- Since
- Crypto++ 5.6.3
Definition at line 36 of file hkdf.h.
The documentation for this class was generated from the following file: