zerokit/semaphore
Rahul Ghangas cbf8c541c2
test: separate out tests (#103)
* 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
2023-01-31 21:27:28 +05:30
..
src test: separate out tests (#103) 2023-01-31 21:27:28 +05:30
tests test: separate out tests (#103) 2023-01-31 21:27:28 +05:30
vendor chore(semaphore): Add semaphore submodule 2022-06-01 14:40:41 +01:00
Cargo.toml fix(semaphore): restore and update original semaphore git dependency 2022-12-12 00:40:08 +01:00
Makefile.toml chore: Makefile and consistent usage of cargo-make (#101) 2023-01-26 09:19:55 +05:30
README.md docs(semaphore): Add README 2022-06-01 15:20:39 +01:00
build.rs feat(semaphore): Import protocol, circuit, build 2022-06-01 14:53:50 +01:00

README.md

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.