Skip to main content

crypto_kdf_hkdf_sha256_extract_update

Function crypto_kdf_hkdf_sha256_extract_update 

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

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