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