public abstract class Nat576 extends Object
Constructor and Description |
---|
Nat576() |
Modifier and Type | Method and Description |
---|---|
static void |
copy64(long[] x,
long[] z) |
static long[] |
create64() |
static long[] |
createExt64() |
static boolean |
eq64(long[] x,
long[] y) |
static long[] |
fromBigInteger64(BigInteger x) |
static boolean |
isOne64(long[] x) |
static boolean |
isZero64(long[] x) |
static BigInteger |
toBigInteger64(long[] x) |
public static void copy64(long[] x, long[] z)
public static long[] create64()
public static long[] createExt64()
public static boolean eq64(long[] x, long[] y)
public static long[] fromBigInteger64(BigInteger x)
public static boolean isOne64(long[] x)
public static boolean isZero64(long[] x)
public static BigInteger toBigInteger64(long[] x)
Copyright © 2018 BouncyCastle.org. All rights reserved.