public static final class TweetNaclFast.poly1305 extends Object
Constructor and Description |
---|
poly1305(byte[] key) |
Modifier and Type | Method and Description |
---|---|
TweetNaclFast.poly1305 |
blocks(byte[] m,
int mpos,
int bytes) |
TweetNaclFast.poly1305 |
finish(byte[] mac,
int macpos) |
TweetNaclFast.poly1305 |
update(byte[] m,
int mpos,
int bytes) |
public TweetNaclFast.poly1305 blocks(byte[] m, int mpos, int bytes)
public TweetNaclFast.poly1305 finish(byte[] mac, int macpos)
public TweetNaclFast.poly1305 update(byte[] m, int mpos, int bytes)
Copyright © 2018. All rights reserved.