Commit 1f33928
committed
chore: upgrade to new zerokit ffi
1 parent 9a341a6 commit 1f33928
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+1
- .github/workflows/nightly-release.yml+2-1
- .gitignore+9
- Cargo.lock+309-569
- flake.lock+4-4
- flake.nix+20-6
- rln-cli/README.md+4-4
- rln-wasm/Makefile.toml+2-2
- rln-wasm/README.md+1-1
- rln-wasm/tests/browser.rs+1-1
- rln-wasm/tests/node.rs+1-1
- rln/Cargo.toml+10-1
- rln/Makefile.toml+9-1
- rln/README.md+22-1
- rln/ffi_c_examples/Readme.md+45
- rln/ffi_c_examples/main.c+409
- rln/ffi_nim_examples/README.md+106
- rln/ffi_nim_examples/main.nim+592
- rln/resources/tree_depth_20/config.json
- rln/src/bin/generate-headers.rs+5
- rln/src/circuit/iden3calc/graph.rs+1-1
- rln/src/circuit/iden3calc/storage.rs+1-1
- rln/src/error.rs+2
- rln/src/ffi.rs-615
- rln/src/ffi/ffi_rln.rs+472
- rln/src/ffi/ffi_tree.rs+330
- rln/src/ffi/ffi_utils.rs+284
- rln/src/ffi/mod.rs+10
- rln/src/lib.rs-1
- rln/src/pm_tree_adapter.rs+1-1
- rln/src/protocol.rs+40-3
- rln/src/public.rs+11-11
- rln/tests/ffi.rs+629-987
- rln/tests/ffi_stateless.rs+349
- rln/tests/ffi_utils.rs+238
- utils/Makefile.toml+1-1
- utils/README.md+1-1
- utils/src/pm_tree/sled_adapter.rs+5-5
- utils/tests/merkle_tree.rs+1-1
0 commit comments