Package | Description |
---|---|
org.spongycastle.math.ec |
Math support for Elliptic Curve.
|
Modifier and Type | Field and Description |
---|---|
private IntArray |
ECFieldElement.F2m.x
The
IntArray holding the bits. |
Modifier and Type | Method and Description |
---|---|
IntArray |
IntArray.multiply(IntArray other,
int m) |
IntArray |
IntArray.shiftLeft(int n) |
IntArray |
IntArray.square(int m) |
Modifier and Type | Method and Description |
---|---|
void |
IntArray.addShifted(IntArray other,
int shift) |
IntArray |
IntArray.multiply(IntArray other,
int m) |
Constructor and Description |
---|
ECFieldElement.F2m(int m,
int k1,
int k2,
int k3,
IntArray x) |