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