Hmac.sha384 constructor

Hmac.sha384()

HMAC with Sha384.

Implementation

factory Hmac.sha384() {
  return Hmac(Sha384());
}