-
Notifications
You must be signed in to change notification settings - Fork 121
Replace quadratic equiv #3467
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
base: minimal_crepe
Are you sure you want to change the base?
Replace quadratic equiv #3467
Conversation
| AirMetrics { | ||
| widths: AirWidths { | ||
| preprocessed: 0, | ||
| main: 17300, |
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.
These differences appeared before the old code was removed, will investigate.
|
Ah nice, the rules capture some more cases because of the fact that |
|
Performance is good. It takes 250 ms on keccak when run before the solver runs (which is currently not the case). The keccak test goes down from 17.3 seconds to 13.3. |
Replaces the "quadratic equivalence" code by a rule-based system.
TODO: