Skip to main content

KmacKeyAlgorithm

Type Alias KmacKeyAlgorithm 

Source
pub(crate) type KmacKeyAlgorithm = KmacKeyAlgorithm;

Aliased Type§

pub(crate) struct KmacKeyAlgorithm {
    pub parent: KeyAlgorithm,
    pub length: u32,
}

Fields§

§parent: KeyAlgorithm§length: u32