public final class ECP
extends java.lang.Object
| Constructor and Description |
|---|
ECP() |
ECP(BIG ix) |
ECP(BIG ix,
BIG iy) |
ECP(BIG ix,
int s) |
ECP(ECP e) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ECP Q) |
void |
affine() |
void |
cfp() |
ECP |
clmul(BIG e,
BIG maxe) |
void |
copy(ECP P) |
void |
dadd(ECP Q,
ECP W) |
void |
dbl() |
boolean |
equals(ECP Q) |
static ECP |
fromBytes(byte[] b) |
static ECP |
generator() |
int |
getS() |
FP |
getx() |
BIG |
getX() |
FP |
gety() |
BIG |
getY() |
FP |
getz() |
void |
inf() |
boolean |
is_infinity() |
static ECP |
map2point(FP h) |
ECP |
mul(BIG e) |
ECP |
mul2(BIG e,
ECP Q,
BIG f) |
ECP |
muln(int n,
ECP[] X,
BIG[] e) |
void |
neg() |
ECP |
pinmul(int e,
int bts) |
static FP |
RHS(FP x) |
void |
sub(ECP Q) |
void |
toBytes(byte[] b,
boolean compress) |
java.lang.String |
toRawString() |
java.lang.String |
toString() |
public ECP()
public ECP(ECP e)
public ECP(BIG ix, int s)
public ECP(BIG ix)
public boolean is_infinity()
public boolean equals(ECP Q)
public void copy(ECP P)
public void neg()
public void inf()
public void affine()
public BIG getX()
public BIG getY()
public int getS()
public FP getx()
public FP gety()
public FP getz()
public void toBytes(byte[] b,
boolean compress)
public static ECP fromBytes(byte[] b)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toRawString()
public void dbl()
public void add(ECP Q)
public void sub(ECP Q)
public ECP pinmul(int e, int bts)
public void cfp()
public static ECP generator()