Type Alias HmacKeyAlgorithm

Source
pub(crate) type HmacKeyAlgorithm = HmacKeyAlgorithm;

Aliased Type§

pub(crate) struct HmacKeyAlgorithm {
    pub parent: KeyAlgorithm,
    pub hash: KeyAlgorithm,
    pub length: u32,
}

Fields§

§parent: KeyAlgorithm§hash: KeyAlgorithm§length: u32