zerokit/semaphore
s1fr0 8e065d4a83
fix(rln): fixed proof generation/verification and E2E tests
chore(rln): clippy and fmt

fix(rln): cargo fix

ci: update submodules

chore(rln): remove unnecessary test, restyle

fix(rln): switch to field type, add field arithmetic

feat(rln): public input computation from witness

fix(rln): fix semaphore crate version
2022-06-09 15:57:03 +02:00
..
src style(semaphore): cargo fmt 2022-06-01 15:23:09 +01:00
vendor chore(semaphore): Add semaphore submodule 2022-06-01 14:40:41 +01:00
Cargo.toml fix(rln): fixed proof generation/verification and E2E tests 2022-06-09 15:57:03 +02:00
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.