pub(crate) type KmacKeyAlgorithm = KmacKeyAlgorithm;Aliased Type§
pub(crate) struct KmacKeyAlgorithm {
pub parent: KeyAlgorithm,
pub length: u32,
}Fields§
§parent: KeyAlgorithm§length: u32pub(crate) type KmacKeyAlgorithm = KmacKeyAlgorithm;pub(crate) struct KmacKeyAlgorithm {
pub parent: KeyAlgorithm,
pub length: u32,
}parent: KeyAlgorithm§length: u32