class Secp256k1::EC_Point
- Secp256k1::EC_Point
- Reference
- Object
Overview
A point in the two-dimensional space of an elliptic curve
Defined in:
structs.crConstructors
Instance Method Summary
-
#x : BigInt
the position on the x-axis
-
#x=(x : BigInt)
the position on the x-axis
-
#y : BigInt
the position on the y-axis
-
#y=(y : BigInt)
the position on the y-axis