A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
rymnc 0ad1ed296d
fix: missing submodule
2024-04-09 01:43:09 +03:00
.github chore: sunset deprecated crates for rln-v1 branch 2024-04-09 01:19:25 +03:00
rln chore: Release 2024-04-09 01:35:17 +03:00
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
utils chore: Release 2024-04-09 01:35:17 +03:00
.gitignore Macro to call functions with an error message (#140) 2023-03-29 15:16:36 +02:00
.gitmodules fix: missing submodule 2024-04-09 01:43:09 +03:00
CHANGELOG.md feat(v0.2): changelog (#122) 2023-02-28 16:25:18 +05:30
Cargo.lock chore: Release 2024-04-09 01:35:17 +03:00
Cargo.toml chore: sunset deprecated crates for rln-v1 branch 2024-04-09 01:19:25 +03:00
Cross.toml fix: add support to aarch64-linux-android 2024-01-23 09:30:38 -04:00
LICENSE-APACHE chore: Add MIT/Apache dual license (#119) 2023-02-24 11:20:01 +08:00
LICENSE-MIT chore: Add MIT/Apache dual license (#119) 2023-02-24 11:20:01 +08:00
Makefile fix(ci): homebrew errors on github actions (#181) 2023-07-04 12:10:35 +05:30
Makefile.toml chore: Makefile and consistent usage of cargo-make (#101) 2023-01-26 09:19:55 +05:30
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.