struct Curve::Point

Defined in:

lib/secp256k1.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp, to_rlp : Bytes to_rlp

Class methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp

Constructor Detail

def self.new(x : BigInt, y : BigInt) #

[View source]

Instance Method Detail

def +(other : Point) : Point #

[View source]
def x : BigInt #

[View source]
def y : BigInt #

[View source]