pub fn kdf<const N: usize>(key_material: &[u8], customization: &[u8]) -> [u8; N]
KMAC256-based KDF(key_material, customization), producing N bytes.
key_material
customization
N