Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Hmac

Type Alias Hmac 

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

Generic HMAC instance.

Aliased Typeยง

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