rc_crypto::hkdf

Function expand

Source
pub fn expand(prk: &SigningKey, info: &[u8], out: &mut [u8]) -> Result<()>