coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
327 stars 93 forks source link

Add Support for BIP-340 Schnorr #114

Closed sleepdefic1t closed 1 year ago

sleepdefic1t commented 2 years ago

Motivation

Rosetta does not support Bitcoin's BIP-340 Schnorr signing scheme.

Solution

Update Rosetta's specifications to include the secp256k1_bip340 Curve Type and schnorr_bip340 Signature Type. This will subsequently enable the addition of BIP-340 support to Rosetta SDK Go.


More on the technical details, benefits and relevant discussions around adding BIP-340 support can be found via the following links:

Related Discussion:

Related Post: