A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
Oskar Thoren d9b5c9a371
feat(semaphore): Import protocol, circuit, build
From semaphore-rs.
2022-06-01 14:53:50 +01:00
.github/workflows
multiplier
poseidon-tornado
rln docs(rln): Compiling circuits 2022-05-24 12:14:02 +01:00
semaphore feat(semaphore): Import protocol, circuit, build 2022-06-01 14:53:50 +01:00
.gitignore
.gitmodules chore(semaphore): Add semaphore submodule 2022-06-01 14:40:41 +01:00
Cargo.toml chore: Add semaphore to workspace 2022-05-24 12:36:19 +01:00
README.md

README.md

Zerokit

A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.

Initial scope

Focus on RLN and being able to use Circom based version through ark-circom, as opposed to the native one that currently exists in Rust.

Acknowledgements