etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

Add KeyPair#xonly_public_key Method #74

Closed etscrivner closed 1 year ago

etscrivner commented 1 year ago

Part of #44

Add a new convenience method, KeyPair#xonly_public_key, for easily retrieving the x-only public key from a KeyPair.