Type Alias hmac::Hmac

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

Generic HMAC instance.

Aliased Type§

struct Hmac<D> { /* private fields */ }