clarity-bitcoin icon indicating copy to clipboard operation
clarity-bitcoin copied to clipboard

What type of Bitcoin signature is used in secp256k1-verify?

Open cryptopanter opened this issue 2 years ago • 0 comments

Using function secp256k1-verify, we can define if a claimant is the real owner of that Bitcoin wallet... Arguments needed:

  1. public address (33 byte) compact-form
  2. message in sha256
  3. signature?!

It’s vague what format or type of signature is accepted by the function

cryptopanter avatar Sep 21 '21 07:09 cryptopanter