-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule forge-std
updated
5 files
+193 −0 | CONTRIBUTING.md | |
+16 −0 | README.md | |
+12 −1 | scripts/vm.py | |
+126 −16 | src/Vm.sol | |
+2 −2 | test/Vm.t.sol |
Submodule openzeppelin-contracts
updated
209 files
Submodule sphinx-contracts
updated
25 files
+65 −0 | .github/workflows/ci.yml | |
+2 −1 | .gitignore | |
+1 −1 | .gitmodules | |
+699 −601 | Cargo.lock | |
+7 −7 | Cargo.toml | |
+49 −16 | README.md | |
+0 −13 | contracts/test/SphinxVerifier.t.sol | |
+20 −0 | move/.aptos/config.yaml | |
+11 −0 | move/Move.toml | |
+807 −0 | move/sources/plonk_verifier.move | |
+314 −0 | move/sources/utilities.move | |
+1 −1 | rust-toolchain.toml | |
+0 −0 | solidity/.github/workflows/test.yml | |
+0 −0 | solidity/.gitignore | |
+0 −0 | solidity/foundry.toml | |
+0 −0 | solidity/lib/forge-std | |
+0 −0 | solidity/script/SphinxVerifierScript.s.sol | |
+0 −0 | solidity/src/ISphinxVerifier.sol | |
+0 −0 | solidity/src/PlonkVerifier.sol | |
+0 −0 | solidity/src/SphinxMockVerifier.sol | |
+0 −0 | solidity/src/SphinxVerifier.sol | |
+24 −0 | solidity/test/SphinxVerifier.t.sol | |
+ − | sphinx-proof/fibonacci-elf/riscv32im-succinct-zkvm-elf | |
+101 −0 | sphinx-proof/main.rs | |
+0 −35 | src/bin/artifacts.rs |
Submodule openzeppelin-contracts
updated
181 files