pub fn crypto_kdf_hkdf_sha256_extract(
prk: &mut HkdfSha256Key,
salt: Option<&[u8]>,
ikm: &[u8],
)Expand description
Creates an HKDF-SHA-256 pseudorandom key from input keying material.
pub fn crypto_kdf_hkdf_sha256_extract(
prk: &mut HkdfSha256Key,
salt: Option<&[u8]>,
ikm: &[u8],
)Creates an HKDF-SHA-256 pseudorandom key from input keying material.