forked from chaosma/scroll-prover
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: poseidon circuit and poseidon bytecode circuit (scroll-tech#291)
* mpt_circuit: trival update (vk not compatible) update mpt-circuit Squashed commit of the following: commit f114ba575f10961cda1fa3b89d93d028305f3357 Author: Ho Vei <noelwei@gmail.com> Date: Tue Jan 31 23:34:07 2023 +0800 fix issues, make circuit work commit 06412deafa68435c8c5d968add13d4aaf84549ca Author: Ho Vei <noelwei@gmail.com> Date: Tue Jan 31 17:29:37 2023 +0800 include poseidon codehash extension commit 00d705b7cea50d2f4adcf9ce26e8aab0f444765a Author: Ho Vei <noelwei@gmail.com> Date: Tue Jan 31 10:17:02 2023 +0800 add hash block unrolling entry commit f7bd7b298b1d775ede53f118f8d532e83ffcc329 Author: Ho Vei <noelwei@gmail.com> Date: Tue Jan 31 00:28:58 2023 +0800 bytecode_hash_block extend refactor to fit the upstream for poseidon codehash feat * fmt induce poseidon circuit trivial fix issue in feature poseidon-codehash open an required method in supercircuit * update mpt circuit dep and trivial fixings * lint --------- Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
- Loading branch information
Showing
17 changed files
with
1,160 additions
and
215 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,3 +61,4 @@ zktrie = [] | |
enable-sign-verify = [] | ||
codehash = [] | ||
reject-eip2718 = [] | ||
poseidon-codehash = [] |
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.