public class xsalsa20 extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
sigma |
| Constructor and Description |
|---|
xsalsa20() |
| Modifier and Type | Method and Description |
|---|---|
static int |
crypto_stream_xor(byte[] c,
byte[] m,
long mlen,
byte[] n,
byte[] k) |
static int |
crypto_stream(byte[] c,
int clen,
byte[] n,
byte[] k) |
Copyright © 2018. All rights reserved.