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

Fix ECC multiexponentiation when two points are related #2425

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

randombit
Copy link
Owner

If the points are related by x = -{1,2,3}y then an infinity was silently produced, causing validation failures.

Fixes #2424

If the points are related by x = -{1,2,3}y then an infinity was
silently produced, causing validation failures.

Fixes #2424
@randombit randombit merged commit 040464d into master Oct 22, 2020
@randombit randombit deleted the jack/shamirs-trick branch October 24, 2020 21:13
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

Successfully merging this pull request may close these issues.

PointGFp_Multi_Point_Precompute gives wrong result when an infinity point occurs in the precomputation
1 participant