Blake2b constructor

Blake2b()

Implementation

factory Blake2b() {
  return Cryptography.instance.blake2b();
}