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