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

HmacSha256Key

Type Alias HmacSha256Key 

Source
pub type HmacSha256Key = Zeroizing<Key<Hmac<Sha256>>>;

Aliased Typeยง

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