5#ifndef BITCOIN_CRYPTO_HKDF_SHA256_32_H
6#define BITCOIN_CRYPTO_HKDF_SHA256_32_H
24 const std::string &salt);
A rfc5869 HKDF implementation with HMAC_SHA256 and fixed key output length of 32 bytes (L=32)
void Expand32(const std::string &info, uint8_t hash[OUTPUT_SIZE])
static const size_t OUTPUT_SIZE
CHKDF_HMAC_SHA256_L32(const uint8_t *ikm, size_t ikmlen, const std::string &salt)