Base interface for all elliptic curve Points.
Massively speeds up p.multiply(n) by using precompute tables (caching). See wNAF.
p.multiply(n)
Optional
calculate cache now. Default (true) ensures it's deferred to first multiply()
multiply()
Converts point to 2D xy affine coordinates
Affine x coordinate. Different from projective / extended X coordinate.
Affine y coordinate. Different from projective / extended Y coordinate.
Base interface for all elliptic curve Points.