main
crypto-glue
pub type HmacSha512Key = Zeroizing<Key<Hmac<Sha512>>>;
pub struct HmacSha512Key(/* private fields */);