-
Notifications
You must be signed in to change notification settings - Fork 10
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
Verify error #5
Comments
Yeah seems that public keys that starts with zeros have issues in this library. Generating signatures are also a problem here. Testing private key |
Merged
Fixed this in #6 |
ethicnology
added a commit
to ethicnology/dart-nostr
that referenced
this issue
Jan 18, 2025
…with a nullable public key while using non-null assertion operator - nbd-wtf/dart-bip340#5 - nbd-wtf/dart-bip340@4fab39e#diff-646ad3154e9bff1a6fbbb4c07a84ff6aec5e8e9d19a303447ce36670b3190494L78
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The is an error and I think it's because my account number starts with 0000. When I switched to another account, verification succeeded.
However, when I switched to a different library, there was no error: bip-schnorr.
This library will return the correct validation results.
The text was updated successfully, but these errors were encountered: