-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(zerokit): bump submodule (#2830)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zerokit
updated
18 files
+3 −22 | Cargo.lock | |
+2 −2 | rln-cli/src/main.rs | |
+4 −4 | rln-cli/src/state.rs | |
+3 −3 | rln-wasm/src/lib.rs | |
+2 −2 | rln-wasm/tests/rln-wasm.rs | |
+7 −4 | rln/Cargo.toml | |
+1 −1 | rln/README.md | |
+22 −0 | rln/benches/circuit_deser_benchmark.rs | |
+10 −3 | rln/benches/circuit_loading_benchmark.rs | |
+ − | rln/resources/tree_height_20/verification_key.arkvkey | |
+0 −114 | rln/resources/tree_height_20/verification_key.json | |
+79 −218 | rln/src/circuit.rs | |
+4 −4 | rln/src/ffi.rs | |
+23 −24 | rln/src/public.rs | |
+1 −20 | rln/src/public_api_tests.rs | |
+2 −2 | rln/tests/ffi.rs | |
+6 −6 | rln/tests/protocol.rs | |
+1 −1 | utils/Cargo.toml |