public class Noise
extends java.lang.Object
Constructor and Description |
---|
Noise() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
computeArgon2bytes(byte[] buffer,
byte[] salt) |
static java.lang.String |
computeArgon2String(byte[] buffer,
byte[] salt) |
static byte[] |
reverse(byte[] buffer,
int delta) |
static int |
shortHash(byte[] buffer,
byte[] salt) |
static void |
shuffle(byte[] buffer,
MTRandom rnd) |
static void |
xor(byte[] buffer,
BlumBlumShub rnd) |
static void |
xor(byte[] buffer,
byte[] xor) |
public static java.lang.String computeArgon2String(byte[] buffer, byte[] salt)
public static byte[] computeArgon2bytes(byte[] buffer, byte[] salt)
public static int shortHash(byte[] buffer, byte[] salt)
public static void shuffle(byte[] buffer, MTRandom rnd)
public static void xor(byte[] buffer, byte[] xor)
public static void xor(byte[] buffer, BlumBlumShub rnd)
public static byte[] reverse(byte[] buffer, int delta)