Skip to main content

crypto_kdf_hkdf_sha512_extract_final

Function crypto_kdf_hkdf_sha512_extract_final 

Source
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.