Run the HKDF extract step over the input keying material and salt.
Synopsis
Declared in <crypto/hkdf_sha256_32.h>
CHKDF_HMAC_SHA256_L32(
unsigned char const* ikm,
size_t ikmlen,
std::string const& salt);
Parameters
Name |
Description |
ikm |
Pointer to the input keying material. |
ikmlen |
Length of the input keying material in bytes. |
salt |
Optional salt value used during extraction. |
Created with MrDocs