class ECDSA::Point
- ECDSA::Point
- Reference
- Object
Defined in:
ecdsa/point.crConstructors
Instance Method Summary
- #*(i : Int) : Point
- #+(other : Point) : Point
- #==(other : Point) : Bool
- #a
- #b
- #check_group!(other : Point)
- #double : Point
- #from_abscissa(new_x : BigInt, parity)
- #group : Group
- #infinity : Bool
- #is_in_group? : Bool
- #mul(i : Int) : Point
- #p
- #x : BigInt
- #y : BigInt