Skip to main content

crypto_kdf_hkdf_sha512_extract_update

Function crypto_kdf_hkdf_sha512_extract_update 

Source
pub fn crypto_kdf_hkdf_sha512_extract_update(
    state: &mut HkdfSha512State,
    ikm: &[u8],
)
Expand description

Updates incremental HKDF-SHA-512 extract with input keying material.