pub(crate) type KmacParams = KmacParams;Aliased Type§
pub(crate) struct KmacParams {
pub parent: Algorithm,
pub customization: Option<ArrayBufferViewOrArrayBuffer>,
pub outputLength: u32,
}Fields§
§parent: Algorithm§customization: Option<ArrayBufferViewOrArrayBuffer>§outputLength: u32