Package org.sol4k.tweetnacl
Class TweetNacl.poly1305
- java.lang.Object
-
- org.sol4k.tweetnacl.TweetNacl.poly1305
-
-
Constructor Summary
Constructors Constructor Description poly1305(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TweetNacl.poly1305blocks(byte[] m, int mpos, int bytes)TweetNacl.poly1305finish(byte[] mac, int macpos)TweetNacl.poly1305update(byte[] m, int mpos, int bytes)
-
-
-
Method Detail
-
blocks
public TweetNacl.poly1305 blocks(byte[] m, int mpos, int bytes)
-
finish
public TweetNacl.poly1305 finish(byte[] mac, int macpos)
-
update
public TweetNacl.poly1305 update(byte[] m, int mpos, int bytes)
-
-