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.
pub fn crypto_kdf_hkdf_sha512_extract_update(
state: &mut HkdfSha512State,
ikm: &[u8],
)Updates incremental HKDF-SHA-512 extract with input keying material.