class Secp256k1::EC_Point

Overview

A point in the two-dimensional space of an elliptic curve

Defined in:

structs.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def x : BigInt #

the position on the x-axis


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

the position on the x-axis


[View source]
def y : BigInt #

the position on the y-axis


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

the position on the y-axis


[View source]