pub type Hmac<D> = CoreWrapper<HmacCore<D>>;
Generic HMAC instance.
struct Hmac<D> { /* private fields */ }