pub(crate) type HmacKeyGenParams = HmacKeyGenParams;Aliased Type§
pub(crate) struct HmacKeyGenParams {
pub parent: Algorithm,
pub hash: ObjectOrString,
pub length: Option<u32>,
}Fields§
§parent: Algorithm§hash: ObjectOrString§length: Option<u32>