class Secp256k1::XOnlyPublicKey
- Secp256k1::XOnlyPublicKey
- Reference
- Object
Defined in:
secp256k1/schnorr.crsecp256k1/xonly_public_key.cr:4
secp256k1/xonly_public_key.cr:8
Constant Summary
-
SERIALZIED_SIZE =
32
Constructors
Instance Method Summary
- #bytes : Bytes
- #schnorr_verify(signature : Bytes, message : Bytes) : Bool
- #schnorr_verify(signature : Bytes) : Bool
- #serialize : Bytes
Constructor Detail
def self.new(wrapped_context : LibSecp256k1::Secp256k1Context, wrapped_xonly_public_key : LibSecp256k1::Secp256k1XonlyPubkey)
#