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

Any plans to add ECDSA support in this? #35

Open
twosatsmaxi opened this issue Sep 9, 2024 · 2 comments
Open

Any plans to add ECDSA support in this? #35

twosatsmaxi opened this issue Sep 9, 2024 · 2 comments

Comments

@twosatsmaxi
Copy link

I have one such library for ecdsa - https://github.com/twosatsmaxi/bitverify, can port it to this repo. But I guess the repo name itself is bip322 so doesn't make much sense to port it here. wdyt?

@raphjaph
Copy link
Collaborator

raphjaph commented Sep 9, 2024

BIP-322 is not Schnorr exclusive. For Segwit addresses we are using ECDSA signatures for example.

If you'd like you can add support for BIP-137, which is the legacy message signing format. #36

@twosatsmaxi
Copy link
Author

BIP-322 is not Schnorr exclusive. For Segwit addresses we are using ECDSA signatures for example.

If you'd like you can add support for BIP-137, which is the legacy message signing format. #36

thanks, will take a shot at it.

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

2 participants