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

Optimize FRI remainder polynomial check #1670

Merged
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
- [BREAKING] Updated Winterfell dependency to v0.12 (#1658).
- Update recursive verifier to use `HORNERBASE` (#1665).
- Remove `FALCON_SIG_TO_STACK` event (#1703)
- Optimize FRI remainder polynomial check (#1670).
- Prevent `U64Div` event from crashing processor (#1710)


## 0.12.0 (2025-01-22)

#### Highlights
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading