A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
tyshko-rostyslav bf2aa16a71
chore(rln): ensure all dependencies have fixed revision (#127)
2023-03-07 09:11:08 +05:30
.github fix(ci): nightly release (#124) 2023-03-02 07:41:49 +05:30
multiplier Redundunt dependencies (#111) 2023-02-28 00:19:47 +05:30
private-settlement fix(license): add licensing info to cargo.toml (#121) 2023-02-27 11:47:55 +05:30
rln chore(rln): ensure all dependencies have fixed revision (#127) 2023-03-07 09:11:08 +05:30
rln-wasm change: Replace `u64` for `usize` for length vars (#94) 2023-03-02 19:15:58 +05:30
semaphore Redundunt dependencies (#111) 2023-02-28 00:19:47 +05:30
utils chore(rln): ensure all dependencies have fixed revision (#127) 2023-03-07 09:11:08 +05:30
.gitignore feat(rln): integrate pmtree for MT persistance (#86) 2022-12-13 20:00:27 +01: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.toml change: Replace profile overwrites to Workspace Cargo.toml (#95) 2023-02-08 12:38:42 +01: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 Update documentation for building and testing (#120) 2023-02-24 11:50:51 +05:30
Makefile.toml chore: Makefile and consistent usage of cargo-make (#101) 2023-01-26 09:19:55 +05:30
README.md Update documentation for building and testing (#120) 2023-02-24 11:50:51 +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