- getAffineX
BigInt getAffineX()
- getAffineY
BigInt getAffineY()
- getCurve
const(CurveGFp) getCurve()
Return base curve of this point
- isZero
bool isZero()
Is this the point at infinity?
- move
PointGFp move()
Undocumented in source. Be warned that the author may not have intended to support it.
- negate
PointGFp negate()
- onTheCurve
bool onTheCurve()
Checks whether the point is to be found on the underlying
curve; used to prevent fault attacks.
- opAssign
PointGFp opAssign(PointGFp other)
- opBinary
PointGFp opBinary(BigInt scalar)
- opBinary
PointGFp opBinary(PointGFp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
PointGFp opBinary(PointGFp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
PointGFp opBinary(PointGFp point)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(PointGFp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(PointGFp other)
- opOpAssign
void opOpAssign(PointGFp rhs)
- opOpAssign
void opOpAssign(PointGFp rhs)
- opOpAssign
void opOpAssign(BigInt scalar)
- opUnary
PointGFp opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(PointGFp other)
swaps the states of this and other, does not throw!
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toVector
Vector!char toVector()
Undocumented in source. Be warned that the author may not have intended to support it.
This class represents one point on a curve of GF(p)