DartHmac.sha512 constructor

DartHmac.sha512()

HMAC-SHA512.

Implementation

factory DartHmac.sha512() => DartHmac(Sha512());