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