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

Inner Double Scalar Mul edge case. #125

Closed
rdubois-crypto opened this issue Dec 15, 2024 · 0 comments · Fixed by #127
Closed

Inner Double Scalar Mul edge case. #125

rdubois-crypto opened this issue Dec 15, 2024 · 0 comments · Fixed by #127
Assignees
Labels
bug Something isn't working

Comments

@rdubois-crypto
Copy link

rdubois-crypto commented Dec 15, 2024

Solarity version

v2.7.14

What happened?

AddAffine implicitely assumes that input point are different. Function will return incorrect output if P==Q.

As such testing equality is required by the callee.

Minimal reproduction steps

Input a Shamir's edge case such that P==Q in inner loop.

@rdubois-crypto rdubois-crypto added the bug Something isn't working label Dec 15, 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