mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-11 14:54:37 +00:00
cbf8c541c2
* test: move tests for rln, multiplier and private-settlements to tests folder * test: fix rln test for poseiden tree * test: move tests for rln-wasn to standalone tests folder * test: move tests for semaphore and utils to standalone tests folder * chore: cargo fmt * test: rename test files * test: move tests out from rln/src/public to test folder * test: fix rln tests, move tests accessign private fields back to relevant source file * chor: run cargo fmt * test: move all semaphore tests to tests folder * chore: cargo fmt
Semaphore example package
This is basically a wrapper around/copy of https://github.com/worldcoin/semaphore-rs to illustrate how e.g. RLN package can be structured like.
Goal is also to provide a basic FFI around protocol.rs, which is currently not in scope for that project.
See that project for more information.