Type Definition hmac::Hmac[][src]

pub type Hmac<D> = CoreWrapper<HmacCore<D>>;
Expand description

Generic HMAC instance.