Closed etscrivner closed 1 year ago
Part of the path to adding Schnorr signature support (#44).
Add a new class XOnlyPublicKey that represents a x-only pubkey. Include documentation for the new class. Add PublicKey#to_xonly to convert a PublicKey to an XOnlyPublicKey.
XOnlyPublicKey
PublicKey#to_xonly
PublicKey
Part of the path to adding Schnorr signature support (#44).
Add a new class
XOnlyPublicKey
that represents a x-only pubkey. Include documentation for the new class. AddPublicKey#to_xonly
to convert aPublicKey
to anXOnlyPublicKey
.