Function hmac::hkdf_expand

source ·
pub fn hkdf_expand(prk: &[u8], info: &[u8], l: usize) -> Vec<u8>