pub type HmacSha256 = Hmac<Sha256>;
sha2
HMAC type using SHA-256.
pub struct HmacSha256 { /* private fields */ }