ECDSA::Point
Inherits Reference < Object
Constructors
new(group : Group, x : BigInt, y : BigInt, override = 0)
Sourcenew(group : Group, infinity : Bool)
SourceInstance methods
*(i : Int) : Point
Source+(other : Point) : Point
Source==(other : Point) : Bool
Sourcecheck_group!(other : Point)
Sourcedouble
Sourcefrom_abscissa(new_x : BigInt, parity)
Sourcegroup
Sourceinfinity
Sourceis_in_group?
Sourcemul(i : Int) : Point
Source