-
Notifications
You must be signed in to change notification settings - Fork 50
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
Optimizations to ecrecover #348
Conversation
Quality Gate passedIssues Measures |
a302c6a
to
f7290c3
Compare
614e858
to
48b115a
Compare
48b115a
to
10c2a34
Compare
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.
some optimizations, not bugs.
changes of utils.zkasm no sense inside this PR, perhaps need to do a rebase?
fe345b2
to
dcd7ec6
Compare
dcd7ec6
to
8903d97
Compare
Quality Gate passedIssues Measures |
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.
😸
This PR introduces:
ARITH
toARITH_MOD
to avoid post alias checks in the former.ecrecover
to avoid unnecessary steps inCALL/RETURN
s.