Skip to main content

kdf

Function kdf 

Source
pub fn kdf<const N: usize>(key_material: &[u8], customization: &[u8]) -> [u8; N]
Expand description

KMAC256-based KDF(key_material, customization), producing N bytes.