Hmac.sha224 constructor

Hmac.sha224()

HMAC with Sha224.

Implementation

factory Hmac.sha224() {
  return Hmac(Sha224());
}