mimblewimble / secp256k1-zkp

Fork of secp256k1-zkp for the Grin/MimbleWimble project
MIT License
32 stars 42 forks source link

Swap signature order #31

Closed jaspervdm closed 5 years ago

jaspervdm commented 5 years ago

Following the suggestion of @garyyu in https://github.com/mimblewimble/secp256k1-zkp/issues/28, swap the order of the Schnorr signature from (s,R) to (R,s). This further increases compatibility with BIP-schnorr.