Skip to main content

KmacKeyGenParams

Type Alias KmacKeyGenParams 

Source
pub(crate) type KmacKeyGenParams = KmacKeyGenParams;

Aliased Type§

pub(crate) struct KmacKeyGenParams {
    pub parent: Algorithm,
    pub length: Option<u32>,
}

Fields§

§parent: Algorithm§length: Option<u32>