Package com.neilalexander.jnacl.crypto
Class hsalsa20
- java.lang.Object
-
- com.neilalexander.jnacl.crypto.hsalsa20
-
public class hsalsa20 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intROUNDS
-
Constructor Summary
Constructors Constructor Description hsalsa20()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcrypto_core(byte[] outv, byte[] inv, byte[] k, byte[] c)(package private) static intload_littleendian(byte[] x, int offset)(package private) static introtate(int u, int c)(package private) static voidstore_littleendian(byte[] x, int offset, int u)
-
-
-
Field Detail
-
ROUNDS
static final int ROUNDS
- See Also:
- Constant Field Values
-
-