pub type HmacSha512 = Hmac<Sha512>;
sha2
HMAC type using SHA-512.
struct HmacSha512 { /* private fields */ }