Skip to main content

crypto_kdf_hkdf_sha256_extract

Function crypto_kdf_hkdf_sha256_extract 

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