public class salsa20 extends Object
Constructor and Description |
---|
salsa20() |
Modifier and Type | Method and Description |
---|---|
static int |
crypto_core(byte[] outv,
byte[] inv,
byte[] k,
byte[] c) |
static int |
crypto_stream_xor_skip32(byte[] c0,
byte[] c,
int coffset,
byte[] m,
int moffset,
int mlen,
byte[] n,
int noffset,
byte[] k) |
static int |
crypto_stream_xor(byte[] c,
byte[] m,
int mlen,
byte[] n,
int noffset,
byte[] k) |
static int |
crypto_stream(byte[] c,
int clen,
byte[] n,
int noffset,
byte[] k) |
public static int crypto_core(byte[] outv, byte[] inv, byte[] k, byte[] c)
public static int crypto_stream(byte[] c, int clen, byte[] n, int noffset, byte[] k)
public static int crypto_stream_xor(byte[] c, byte[] m, int mlen, byte[] n, int noffset, byte[] k)
public static int crypto_stream_xor_skip32(byte[] c0, byte[] c, int coffset, byte[] m, int moffset, int mlen, byte[] n, int noffset, byte[] k)
Copyright © 2015 Threema GmbH, Staldenbachstrasse 11, 8808 Pfäffikon SZ, Schweiz. All rights reserved.