Package org.bouncycastle.math.raw
Class Nat320
java.lang.Object
org.bouncycastle.math.raw.Nat320
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy64(long[] x, int xOff, long[] z, int zOff) static voidcopy64(long[] x, long[] z) static long[]create64()static long[]static booleaneq64(long[] x, long[] y) static long[]static booleanisOne64(long[] x) static booleanisZero64(long[] x) static BigIntegertoBigInteger64(long[] x)
-
Constructor Details
-
Nat320
public Nat320()
-
-
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) -
toBigInteger64
-