public abstract class Nat448
extends java.lang.Object
Constructor and Description |
---|
Nat448() |
Modifier and Type | Method and Description |
---|---|
static void |
copy64(long[] x,
int xOff,
long[] z,
int zOff) |
static void |
copy64(long[] x,
long[] z) |
static long[] |
create64() |
static long[] |
createExt64() |
static boolean |
eq64(long[] x,
long[] y) |
static long[] |
fromBigInteger64(java.math.BigInteger x) |
static boolean |
isOne64(long[] x) |
static boolean |
isZero64(long[] x) |
static void |
mul(int[] x,
int[] y,
int[] zz) |
static void |
square(int[] x,
int[] zz) |
static java.math.BigInteger |
toBigInteger64(long[] x) |
public static void copy64(long[] x, long[] z)
public static void copy64(long[] x, int xOff, long[] z, int zOff)
public static long[] create64()
public static long[] createExt64()
public static boolean eq64(long[] x, long[] y)
public static long[] fromBigInteger64(java.math.BigInteger x)
public static boolean isOne64(long[] x)
public static boolean isZero64(long[] x)
public static void mul(int[] x, int[] y, int[] zz)
public static void square(int[] x, int[] zz)
public static java.math.BigInteger toBigInteger64(long[] x)