public class poly1305 extends Object
| Constructor and Description |
|---|
poly1305() |
| Modifier and Type | Method and Description |
|---|---|
static int |
crypto_onetimeauth_verify(byte[] h,
int hoffset,
byte[] inv,
int invoffset,
long inlen,
byte[] k) |
static int |
crypto_onetimeauth(byte[] outv,
int outvoffset,
byte[] inv,
int invoffset,
long inlen,
byte[] k) |
Copyright © 2018. All rights reserved.