class ECDSA::Signature

Defined in:

ecdsa/signature.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ==(other : Signature) : Bool #

[View source]
def r : BigInt #

[View source]
def s : BigInt #

[View source]