public class Poly1305
extends Object
Port of Andrew Moon's Poly1305-donna-16. Public domain.
https://github.com/floodyberry/poly1305-donna
-
Constructor Summary
Constructors
-
Method Summary
finish(byte[] mac,
int macpos)
update(byte[] m,
int mpos,
int bytes)
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
public Poly1305 finish
(byte[] mac,
int macpos)
-
update
public Poly1305 update
(byte[] m,
int mpos,
int bytes)