public abstract class GCMUtil
extends java.lang.Object
Constructor and Description |
---|
GCMUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
asBytes(int[] x) |
static void |
asBytes(int[] x,
byte[] z) |
static byte[] |
asBytes(long[] x) |
static void |
asBytes(long[] x,
byte[] z) |
static int[] |
asInts(byte[] x) |
static void |
asInts(byte[] x,
int[] z) |
static long[] |
asLongs(byte[] x) |
static void |
asLongs(byte[] x,
long[] z) |
static void |
multiply(byte[] x,
byte[] y) |
static void |
multiply(int[] x,
int[] y) |
static void |
multiply(long[] x,
long[] y) |
static void |
multiplyP(int[] x) |
static void |
multiplyP(int[] x,
int[] z) |
static void |
multiplyP8(int[] x) |
static void |
multiplyP8(int[] x,
int[] y) |
static byte[] |
oneAsBytes() |
static int[] |
oneAsInts() |
static long[] |
oneAsLongs() |
static void |
xor(byte[] x,
byte[] y) |
static void |
xor(byte[] x,
byte[] y,
byte[] z) |
static void |
xor(byte[] x,
byte[] y,
int yOff,
int yLen) |
static void |
xor(int[] x,
int[] y) |
static void |
xor(int[] x,
int[] y,
int[] z) |
static void |
xor(long[] x,
long[] y) |
static void |
xor(long[] x,
long[] y,
long[] z) |
public static byte[] oneAsBytes()
public static int[] oneAsInts()
public static long[] oneAsLongs()
public static byte[] asBytes(int[] x)
public static void asBytes(int[] x, byte[] z)
public static byte[] asBytes(long[] x)
public static void asBytes(long[] x, byte[] z)
public static int[] asInts(byte[] x)
public static void asInts(byte[] x, int[] z)
public static long[] asLongs(byte[] x)
public static void asLongs(byte[] x, long[] z)
public static void multiply(byte[] x, byte[] y)
public static void multiply(int[] x, int[] y)
public static void multiply(long[] x, long[] y)
public static void multiplyP(int[] x)
public static void multiplyP(int[] x, int[] z)
public static void multiplyP8(int[] x)
public static void multiplyP8(int[] x, int[] y)
public static void xor(byte[] x, byte[] y)
public static void xor(byte[] x, byte[] y, int yOff, int yLen)
public static void xor(byte[] x, byte[] y, byte[] z)
public static void xor(int[] x, int[] y)
public static void xor(int[] x, int[] y, int[] z)
public static void xor(long[] x, long[] y)
public static void xor(long[] x, long[] y, long[] z)