-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: MemoryAccessAdapter * Compiler changes * Better stack layout * Change stack/heap layout * perf: Make duplex challenger more efficient * fix flamegraph for dsl * Use stack memory more compactly * Comments * Use IsLessThanAir rather than AssertLessThanAir * feat: field expression framework (#470) * feat: field expression framework * test pass * update readme * range check vars * scalar mul and ec double * address comment * update readme * address comments * check the result in tests * rename * Ignore `bench_metrics` in .gitignore (#476) * [refactor] AIR with Public Values (#477) * Add trait BaseAirWithPublicValues * Keygen doesn't need to pass the number of public values * feat: Keccak batch reads and use of AlignedBorrow (#475) * feat: Keccak batch reads and use of AlignedBorrow * Fix timestamp * feat: add a separate memory block to select for when partial block read * chore: todo comment on switching to range check output --------- Co-authored-by: Jonathan Wang <[email protected]> * fix merge * fix: change default compiler `word_size=8` * fix: ecc test compiler word size * chore: mod arith test word size --------- Co-authored-by: luffykai <[email protected]> Co-authored-by: Golovanov399 <[email protected]> Co-authored-by: Xinding Wei <[email protected]> Co-authored-by: Jonathan Wang <[email protected]>
- Loading branch information
1 parent
b471ac9
commit ffffc5b
Showing
41 changed files
with
1,604 additions
and
815 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
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
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
Oops, something went wrong.