Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bitcoinutil
master
BC
Bitcoinutil
BitcoinUtil
SecP256K1
Point
Generated using Crystal 1.14.0
2024-11-26 17:51:31 UTC
struct
SecP256K1::
Point
SecP256K1::Point
Struct
Value
Object
Defined in:
bitcoinutil/secp256k1.cr
Constructors
.new
(x : BigInt, y : BigInt)
.new
(a : StaticArray(BitInt,
2
))
Instance Method Summary
#x
: BigInt
#x=
(x : BigInt)
#y
: BigInt
#y=
(y : BigInt)
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
]