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