pub(crate) type KmacKeyGenParams = KmacKeyGenParams;
pub(crate) struct KmacKeyGenParams { pub parent: Algorithm, pub length: Option<u32>, }
parent: Algorithm
length: Option<u32>