Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cryptopanter opened this issue Sep 21, 2021 · 0 comments
Open

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

cryptopanter opened this issue Sep 21, 2021 · 0 comments

Comments

@cryptopanter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant