A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
Aaryamann Challani 0997d15d33
fix(rln): use tree_height_20 artifacts from ceremony (#218)
* fix(rln): use artifacts from ceremony

* chore: Release
2023-10-04 13:22:51 +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 fix(rln): use tree_height_20 artifacts from ceremony (#218) 2023-10-04 13:22:51 +05:30
rln-cli add new path arg (#207) 2023-08-24 23:35:14 +05:30
rln-wasm feat: rln-v2 (#204) 2023-10-03 21:28:21 +05:30
semaphore v0.3.1 (#198) 2023-08-05 10:42:21 +05:30
utils fix(rln): use tree_height_20 artifacts from ceremony (#218) 2023-10-04 13:22:51 +05:30
.gitignore Macro to call functions with an error message (#140) 2023-03-29 15:16:36 +02:00
.gitmodules feat: rln-v2 (#204) 2023-10-03 21:28:21 +05:30
CHANGELOG.md
Cargo.lock fix(rln): use tree_height_20 artifacts from ceremony (#218) 2023-10-04 13:22:51 +05:30
Cargo.toml v0.3.1 (#198) 2023-08-05 10:42:21 +05:30
Cross.toml feat(ci): cross-compile release assets, cache deps (#128) 2023-03-14 17:44:06 +05:30
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 feat(ci): cross-compile release assets, cache deps (#128) 2023-03-14 17:44:06 +05:30

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.