class Secp256k1::ECDSA_Signature

Overview

an ecdsa signature

Defined in:

structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(r : BigInt, s : BigInt) #

[View source]

Instance Method Detail

def r : BigInt #

the x coordinate of a random point


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

the x coordinate of a random point


[View source]
def s : BigInt #

the signature proof of a message


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

the signature proof of a message


[View source]