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

HmacSha512Key

Type Alias HmacSha512Key 

Source
pub type HmacSha512Key = Zeroizing<Key<Hmac<Sha512>>>;

Aliased Typeยง

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