Hmac.blake2b constructor

Hmac.blake2b()

HMAC-BLAKE2B.

Implementation

factory Hmac.blake2b() {
  return Hmac(Blake2b());
}