pub(crate) type AesDerivedKeyParams = AesDerivedKeyParams;
pub(crate) struct AesDerivedKeyParams { pub parent: Algorithm, pub length: u16, }
parent: Algorithm
length: u16