struct SecP256K1::Point

Defined in:

bitcoinutil/secp256k1.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(a : StaticArray(BitInt, 2)) #

[View source]

Instance Method Detail

def x : BigInt #

[View source]
def x=(x : BigInt) #

[View source]
def y : BigInt #

[View source]
def y=(y : BigInt) #

[View source]