Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Features - (!) Generate profiles despite unfinished tasks (f7ebd2c) - (!) Streamline accessing AET's heights (3f3a9fd) - (!) Track all relevant tables in VM profiler (fa38fa8) 🐛 Bug Fixes - (!) Don't treat randomizer polynomial special (9bbe963) ⚡️ Performance - Minimize squeezes for combination weights (50b803c) - Re-organize prover steps (86a7799) - *(test)* Use minimal size for quotient domain (727ff8e) - Use faster polynomial coset evaluation (29849ab) - Compute Bézout coefficients faster (652b7e9) 📚 Documentation - Add rationale for performed DEEP updates (7481488) - Update documentation of `MasterTable` (d5c2049) - Describe computation of Bézout coefficients (0612384) ⚙️ Miscellaneous - Use fewer glob `use`s (9ca3951) - (!) *(circuit)* Use challenge's index (e05e3ff) - (!) *(circuit)* No `Challenges` in `evaluate` (15a8cd7) - Use constant “lookup table height” more (22834b0) - Benchmark Bézout coefficient computation (ab135be) ♻️ Refactor - Deprecate method `num_quotients()` (363ae77) - (!) Use `BFieldElement`s everywhere (05bd271) - (!) Make `ProofStream` non-generic (bde928d) - (!) Remove deprecated type aliases (14d08ef) - (!) Rename `TableId` variants (c265cf4) - Bypass quotient table (ff30545) ✅ Testing - Benchmark program with lots of memory I/O (c761387) 🎨 Styling - Improve readability of `.verify()` slightly (e0ac109)
- Loading branch information