Type Alias AesDerivedKeyParams

Source
pub(crate) type AesDerivedKeyParams = AesDerivedKeyParams;

Aliased Type§

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

Fields§

§parent: Algorithm§length: u16