|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.math.raw.Nat320
| Constructor Summary | |
Nat320()
|
|
| Method Summary | |
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 java.math.BigInteger |
toBigInteger64(long[] x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Nat320()
| Method Detail |
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 java.math.BigInteger toBigInteger64(long[] x)
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||