Type Alias AesKeyGenParams

Source
pub(crate) type AesKeyGenParams = AesKeyGenParams;

Aliased Type§

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

Fields§

§parent: Algorithm§length: u16