Function orion::hazardous::kdf::hkdf::sha512::expand

source ·
pub fn expand(
    prk: &Tag,
    info: Option<&[u8]>,
    dst_out: &mut [u8]
) -> Result<(), UnknownCryptoError>
Expand description

The HKDF expand step.