pub fn crypto_kdf_hkdf_sha256_extract_final(
state: HkdfSha256State,
prk: &mut HkdfSha256Key,
)Expand description
Finalizes incremental HKDF-SHA-256 extract and writes the pseudorandom key.
pub fn crypto_kdf_hkdf_sha256_extract_final(
state: HkdfSha256State,
prk: &mut HkdfSha256Key,
)Finalizes incremental HKDF-SHA-256 extract and writes the pseudorandom key.