Skip to main content

crypto_kdf_hkdf_sha512_extract

Function crypto_kdf_hkdf_sha512_extract 

Source
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.