class Secp256k1::Ecdsa

Defined in:

secp256k1/ecdsa.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(wrapped_context : LibSecp256k1::Secp256k1Context, wrapped_ecdsa : LibSecp256k1::Secp256k1EcdsaSignature) #

[View source]

Instance Method Detail

def bytes : Bytes #

[View source]
def verify(message_hash : Bytes, public_key : PublicKey) : Bool #

[View source]