-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/
HINT_BUFFER
opcode for Rv32 (#1256)
* Cols and AIR constraints * assert_bool * execute * Trace generation * Adapt old tests * Fix compile errors * Constraints passing * Old test passing * Buffer test + fixes * Combine into single test * Replace old chip with new chip * Transpilation of hint_buffer + integration in read_vec_by_len * Integrate into read.rs * Integrate into sw-setup * Integrate into bls12_381 * Integrate into bn254 * Lint * Finish renaming and removal to replace old chip * Remove immediate * Remove immediate field from macros * Change transpilation * Divide by 4 instead of multiply in ecc * Remove use of testutils * Rustfmt * Update extensions/rv32im/circuit/src/hintstore/mod.rs Co-authored-by: Zach Langley <[email protected]> * Use generate_aux_cols * Use filtered builder * Move bitwise lookup chip checks to --------- Co-authored-by: Zach Langley <[email protected]>
- Loading branch information
1 parent
ac02ee9
commit 208e00d
Showing
17 changed files
with
653 additions
and
626 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.