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