Skip to main content

crypto_kdf_hkdf_sha512_expand

Function crypto_kdf_hkdf_sha512_expand 

Source
pub fn crypto_kdf_hkdf_sha512_expand(
    output: &mut [u8],
    context: &[u8],
    prk: &HkdfSha512Key,
) -> Result<(), Error>
Expand description

Expands an HKDF-SHA-512 pseudorandom key into output keying material.

ยงErrors

Returns an error if output is outside the supported HKDF-SHA-512 output length range.