hmac

Type Alias Hmac

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

Generic HMAC instance.

Aliased Typeยง

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