Poly1305 constructor

Poly1305()

Implementation

factory Poly1305() {
  return Cryptography.instance.poly1305();
}