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

False negatives in ECDSA384.sol #126

Closed
hack3r-0m opened this issue Dec 16, 2024 · 0 comments · Fixed by #127
Closed

False negatives in ECDSA384.sol #126

hack3r-0m opened this issue Dec 16, 2024 · 0 comments · Fixed by #127
Assignees
Labels
bug Something isn't working

Comments

@hack3r-0m
Copy link

Solarity version

v2.7.14

What happened?

implementation is rejecting the correct signatures

see: https://gist.github.com/hack3r-0m/606b7b3bbfa564e4b758786f089735b2

where:

Expected: True
Actual: False

are rejected from this library's implementation which should have been accepted.

probably related to #125

Minimal reproduction steps

run test case against the gist I have shared above

@hack3r-0m hack3r-0m added the bug Something isn't working label Dec 16, 2024
@Arvolear Arvolear linked a pull request Dec 18, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants