pub type Hmac<D> = CoreWrapper<HmacCore<D>>;Expand description
Generic HMAC instance.
Aliased Typeยง
pub struct Hmac<D> { /* private fields */ }pub type Hmac<D> = CoreWrapper<HmacCore<D>>;Generic HMAC instance.
pub struct Hmac<D> { /* private fields */ }