A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
Rostyslav Tyshko 56b9285fef fix versions 2023-06-22 23:17:32 +02:00
.github fix(ci): run benchmarks only in PRs (#173) 2023-05-30 12:22:06 +05:30
multiplier fix(semaphore): use fixed rev (#130) 2023-03-20 14:06:25 +05:30
private-settlement fix(license): add licensing info to cargo.toml (#121) 2023-02-27 11:47:55 +05:30
rln fix versions 2023-06-22 23:17:32 +02:00
rln-cli CLI state between calls (#175) 2023-06-07 16:48:01 +05:30
rln-wasm feat(rln-wasm): set/get metadata api (#179) 2023-06-16 09:48:26 +05:30
semaphore fix(semaphore): use fixed rev (#130) 2023-03-20 14:06:25 +05:30
utils feat(rln): expose set_metadata and get_metadata public and ffi apis (#178) 2023-06-15 20:35:49 +05:30
.gitignore Macro to call functions with an error message (#140) 2023-03-29 15:16:36 +02:00
.gitmodules refactor(rln): update APIs after circuit update (#84) 2022-12-09 17:19:55 +01:00
CHANGELOG.md feat(v0.2): changelog (#122) 2023-02-28 16:25:18 +05:30
Cargo.lock feat(rln): expose set_metadata and get_metadata public and ffi apis (#178) 2023-06-15 20:35:49 +05:30
Cargo.toml RLN CLI basic (#163) 2023-05-18 11:33:22 +05:30
Cross.toml feat(ci): cross-compile release assets, cache deps (#128) 2023-03-14 17:44:06 +05:30
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 add wasm-strip to reduce size even more (#137) 2023-03-24 09:30:48 +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.