![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
A rfc5869 HKDF implementation with HMAC_SHA256 and fixed key output length of 32 bytes (L=32) More...
#include <hkdf_sha256_32.h>
Public Member Functions | |
| CHKDF_HMAC_SHA256_L32 (const unsigned char *ikm, size_t ikmlen, const std::string &salt) | |
| void | Expand32 (const std::string &info, unsigned char hash[OUTPUT_SIZE]) |
Private Attributes | |
| unsigned char | m_prk [32] |
Static Private Attributes | |
| static const size_t | OUTPUT_SIZE = 32 |
A rfc5869 HKDF implementation with HMAC_SHA256 and fixed key output length of 32 bytes (L=32)
Definition at line 12 of file hkdf_sha256_32.h.
Definition at line 15 of file hkdf_sha256_32.h.
|
staticprivate |
Definition at line 16 of file hkdf_sha256_32.h.