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

HmacSha1Key

Type Alias HmacSha1Key 

Source
pub type HmacSha1Key = Zeroizing<Key<Hmac<Sha1>>>;

Aliased Typeยง

pub struct HmacSha1Key(/* private fields */);