Hmac.sha256 constructor

Hmac.sha256()

HMAC with Sha256.

Implementation

factory Hmac.sha256() {
  return Hmac(Sha256());
}