pub type Hmac<D> = CoreWrapper<HmacCore<D>>;
Expand description
Generic HMAC instance.
Aliased Type§
pub struct Hmac<D> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.
pub type Hmac<D> = CoreWrapper<HmacCore<D>>;
Generic HMAC instance.
pub struct Hmac<D> { /* private fields */ }
Note: Encountered an error during type layout; the type failed to be normalized.