Method | Description | |
---|---|---|
Add ( |
||
Divide ( |
||
Equals ( object obj ) : bool | ||
FpFieldElement ( BigInteger q, BigInteger x ) : System | ||
GetHashCode ( ) : int | ||
Invert ( ) : |
||
Multiply ( |
||
Negate ( ) : |
||
Sqrt ( ) : |
||
Square ( ) : |
||
Subtract ( |
||
ToBigInteger ( ) : BigInteger |
Method | Description | |
---|---|---|
Equals ( |
Method | Description | |
---|---|---|
fastLucasSequence ( BigInteger p, BigInteger P, BigInteger Q, BigInteger k ) : BigInteger[] |
public Add ( |
||
b | ||
return |
public Divide ( |
||
b | ||
return |
protected Equals ( |
||
other | ||
return | bool |
public FpFieldElement ( BigInteger q, BigInteger x ) : System | ||
q | BigInteger | |
x | BigInteger | |
return | System |
public Multiply ( |
||
b | ||
return |
public Subtract ( |
||
b | ||
return |