class Secp256k1::XOnlyPublicKey

Defined in:

secp256k1/schnorr.cr
secp256k1/xonly_public_key.cr:4
secp256k1/xonly_public_key.cr:8

Constant Summary

SERIALZIED_SIZE = 32

Constructors

Instance Method Summary

Constructor Detail

def self.new(wrapped_context : LibSecp256k1::Secp256k1Context, wrapped_xonly_public_key : LibSecp256k1::Secp256k1XonlyPubkey) #

[View source]

Instance Method Detail

def bytes : Bytes #

[View source]
def schnorr_verify(signature : Bytes, message : Bytes) : Bool #

[View source]
def schnorr_verify(signature : Bytes) : Bool #

[View source]
def serialize : Bytes #

[View source]