class ECDSA::Point

Defined in:

ecdsa/point.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(group : Group, x : BigInt, y : BigInt, override = 0) #

[View source]
def self.new(group : Group, infinity : Bool) #

[View source]

Instance Method Detail

def *(i : Int) : Point #

[View source]
def +(other : Point) : Point #

[View source]
def ==(other : Point) : Bool #

[View source]
def a #

[View source]
def b #

[View source]
def check_group!(other : Point) #

[View source]
def double : Point #

[View source]
def from_abscissa(new_x : BigInt, parity) #

[View source]
def group : Group #

[View source]
def infinity : Bool #

[View source]
def is_in_group? : Bool #

[View source]
def mul(i : Int) : Point #

[View source]
def p #

[View source]
def x : BigInt #

[View source]
def y : BigInt #

[View source]