A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
Aaryamann Challani b903d8d740
chore(rln): release v0.3.4
2023-09-14 14:39:19 +05:30
.github Revert "remove multiplier (#184)" (#185) 2023-07-24 13:44:49 +05:30
multiplier fix(crates): version tags (#194) 2023-07-31 09:22:23 +02:00
private-settlement fix(crates): version tags (#194) 2023-07-31 09:22:23 +02:00
rln chore(rln): release v0.3.4 2023-09-14 14:39:19 +05:30
rln-cli add new path arg (#207) 2023-08-24 23:35:14 +05:30
rln-wasm chore: accept tree_config in new_with_params 2023-08-07 08:48:41 -04:00
semaphore v0.3.1 (#198) 2023-08-05 10:42:21 +05:30
utils chore: Release 2023-08-25 05:37:09 +05:30
.gitignore
.gitmodules
CHANGELOG.md
Cargo.lock chore(rln): release v0.3.4 2023-09-14 14:39:19 +05:30
Cargo.toml v0.3.1 (#198) 2023-08-05 10:42:21 +05:30
Cross.toml
LICENSE-APACHE
LICENSE-MIT
Makefile fix(ci): homebrew errors on github actions (#181) 2023-07-04 12:10:35 +05:30
Makefile.toml
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

Build and Test

To install missing dependencies, run the following commands from the root folder

make installdeps

To build and test all crates, run the following commands from the root folder

make build
make test

Release assets

We use cross-rs to cross-compile and generate release assets for rln.