mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-11 14:54:37 +00:00
55b00fd653
* to color_eyre::Result 1st part * tests and seconds batch * third batch * rln fixes + multiplier * rln-wasm, assert rln, multiplier * io to color_eyre * fmt + clippy * fix lint * temporary fix of `ark-circom` * fix ci after merge * fmt * fix rln tests * minor * fix tests * imports * requested change * report + commented line + requested change * requested changes * fix build * lint fixes * better comments --------- Co-authored-by: tyshkor <tyshko1@gmail.com>
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.
Build and Test
To build and test, run the following commands within the module folder
cargo make build
cargo make test