pub fn crypto_kdf_hkdf_sha512_extract_final(
state: HkdfSha512State,
prk: &mut HkdfSha512Key,
)Expand description
Finalizes incremental HKDF-SHA-512 extract and writes the pseudorandom key.
pub fn crypto_kdf_hkdf_sha512_extract_final(
state: HkdfSha512State,
prk: &mut HkdfSha512Key,
)Finalizes incremental HKDF-SHA-512 extract and writes the pseudorandom key.