DartHmac.sha1 constructor

DartHmac.sha1()

HMAC-SHA1.

Implementation

factory DartHmac.sha1() => DartHmac(Sha1());