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