-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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 P256 corner cases #5218
Fix P256 corner cases #5218
Conversation
|
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
…penzeppelin-contracts into p256-add-mul-comments
…penzeppelin-contracts into p256-fix-jadd-corner-case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out the configureYulOptimizer
and solcOptimizerDetails
options are deprecated in solcover 0.8.5. I tried updating to the latest version and use viaIR
in coverage. However, it raises some issues that require further investigation and we may need access to intermediate configuration.
LGTM, we can discuss upgrading solidity-coverage
later
…recompute table contains points at infinite
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Ernesto García <ernestognw@gmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Ernesto García <ernestognw@gmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Fixes CR-01 and L-05.
PR Checklist
npx changeset add
)