Poly1305 constructor

Poly1305()

Implementation

Poly1305() {
  Platform.instance.assertFullWidthInteger();
  cipher = null;
}