Skip to main content

KmacImportParams

Type Alias KmacImportParams 

Source
pub(crate) type KmacImportParams = KmacImportParams;

Aliased Type§

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

Fields§

§parent: Algorithm§length: Option<u32>