Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Features - Introduce instruction `recurse_or_return` (98dbd9f) 🐛 Bug Fixes - Use correct domain for deep codeword (4e52b67) - *(docs)* Correctly sum number of constraints (3bf3325) - *(ZK)* Ensure ZK from quotient segment openings (be87aef) ⚡️ Performance - Profile and fix slow zero-initialization (f7b13e7) - Parallelize Filling of Degree-Lowering Table (9c02c64) - Parallelize evaluation-part of quotient-LDE (82de299) - Use fastest polynomial multiplication (89cc89a) - Parallelize deep codeword inner product (72238cf) - (!) Halve number of combination codeword checks (deecc22) - Sum mutually exclusive constraints (3e96fac) - (!) Simplify constraints of instruction `swap` (6218716) 📚 Documentation - Document `config` module (f05643f) ⚙️ Miscellaneous - Simplify stack compression constraints (b1e14a1) ♻️ Refactor - Simplify constraint construction (ec02fb6) ✅ Testing - Test indicator polynomial properties (b822069) - Test FRI expansion factors > 4 (1edecc5) - `recurse_or_return` needs jump stack content (b68f023) 🎨 Styling - Use array indexing instead of `get` and `unwrap` (aff29a3) - Use `push` instead of `append` to concatenate single element (f4f00b2) - Use array indexing instead of `get` and `unwrap` (8c27476) - Use `collect` instead of `from_iter` (f617e60) Note: (!) indicates a breaking change.
- Loading branch information