Type Alias AesKeyAlgorithm

Source
pub(crate) type AesKeyAlgorithm = AesKeyAlgorithm;

Aliased Type§

pub(crate) struct AesKeyAlgorithm {
    pub parent: KeyAlgorithm,
    pub length: u16,
}

Fields§

§parent: KeyAlgorithm§length: u16