-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Remove double declaration of P
in P256
#5159
Remove double declaration of P
in P256
#5159
Conversation
|
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.
LGTM
This reverts commit db464dd.
…OpenZeppelin#5180) Signed-off-by: Hadrien Croubois <[email protected]>
Signed-off-by: Hadrien Croubois <[email protected]>
Signed-off-by: Hadrien Croubois <[email protected]>
Removes the double declaration of
P
in P256 to save some gas on_jAdd
,isValidPublicKey
, and_jDouble
operations. Also helps give more room to avoid stack too deep issues, like for #5148.PR Checklist
npx changeset add
)