Package com.jcraft.jsch.openjax
Class Poly1305
java.lang.Object
com.jcraft.jsch.openjax.Poly1305
public class Poly1305
extends java.lang.Object
Port of Andrew Moon's Poly1305-donna-16. Public domain.
https://github.com/floodyberry/poly1305-donna
-
Constructor Summary
Constructors Constructor Description Poly1305(byte[] key) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Poly1305
public Poly1305(byte[] key)
-
-
Method Details
-
finish
-
update
-