Hmac.sha512 constructor

Hmac.sha512()

HMAC with Sha512.

Implementation

factory Hmac.sha512() {
  return Hmac(Sha512());
}