Hmac.sha1 constructor

Hmac.sha1()

HMAC with Sha1.

Implementation

factory Hmac.sha1() {
  return Hmac(Sha1());
}