You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #751
Requires #780
Follow same steps as #752
Add a method that verifies a public key and signature in the format used by ethereum (compressed pubkey, RLP encoded signature). This can either be a separate verify_secp256k1_btc() method or provide a function to convert this into the same format used by cosmos and then verify it.
webmaster128
changed the title
Implement MockApi verification for Bitcoin signatures (secp256k1)
Support Bitcoin secp256k1 signature verification
Feb 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
Part of #751
Requires #780
Follow same steps as #752
Add a method that verifies a public key and signature in the format used by ethereum (compressed pubkey, RLP encoded signature). This can either be a separate verify_secp256k1_btc() method or provide a function to convert this into the same format used by cosmos and then verify it.
Here is a starting place to look at how Bitcoin signatures are DER encoded: https://bitcoin.stackexchange.com/questions/12554/why-the-signature-is-always-65-13232-bytes-long
The text was updated successfully, but these errors were encountered: