Package org.bouncycastle.math.raw
Class Nat448
java.lang.Object
org.bouncycastle.math.raw.Nat448
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
copy64
(long[] x, int xOff, long[] z, int zOff) static void
copy64
(long[] x, long[] z) static long[]
create64()
static long[]
static boolean
eq64
(long[] x, long[] y) static long[]
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 BigInteger
toBigInteger64
(long[] x)
-
Constructor Details
-
Nat448
public Nat448()
-
-
Method Details
-
copy64
public static void copy64(long[] x, long[] z) -
copy64
public static void copy64(long[] x, int xOff, long[] z, int zOff) -
create64
public static long[] create64() -
createExt64
public static long[] createExt64() -
eq64
public static boolean eq64(long[] x, long[] y) -
fromBigInteger64
-
isOne64
public static boolean isOne64(long[] x) -
isZero64
public static boolean isZero64(long[] x) -
mul
public static void mul(int[] x, int[] y, int[] zz) -
square
public static void square(int[] x, int[] zz) -
toBigInteger64
-