Skip to main content

crypto_kdf_hkdf_sha256_extract_final

Function crypto_kdf_hkdf_sha256_extract_final 

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