class

ECDSA::Point

Inherits Reference < Object

Constructors

new(group : Group, x : BigInt, y : BigInt, override = 0)
Source
new(group : Group, infinity : Bool)
Source

Instance methods

*(i : Int) : Point
Source
+(other : Point) : Point
Source
==(other : Point) : Bool
Source
check_group!(other : Point)
Source
double
Source
from_abscissa(new_x : BigInt, parity)
Source
group
Source
infinity
Source
is_in_group?
Source
mul(i : Int) : Point
Source