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