-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Features - *(Claim)* Accept more types for public input (6451d76) - (!) Add field `version` to `Claim` (48f896a) - Display jump stack when printing `VMState` (0665f2f) - (!) Optionally supply prover randomness seed (923e9e1) - (!) Introduce assertion error (a987ebe) ⚡️ Performance - *(RAM)* Drop cached polynomials (9bf637d) - *(LDE)* Only interpolate if result is used (4133b6e) - Reduce prover's space requirements (833244d) ♻️ Refactor - (!) Store debug information in `VMState` (d9664e5) - Introduce structs `Prover` & `Verifier` (2f5b7a9) ✅ Testing - Computations are independent of caching (ecd3108) - Verify randomizers' large Hamming distance (ba2e92b) ⏱ Bench - Benchmark barycentric evaluation (ce592a9)
- Loading branch information
1 parent
dba6bad
commit d078bca
Showing
2 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters