A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Go to file
Ekaterina Broslavskaya 0005b1d61f
Expose a public function to fetch the root of a subtree at level n (#247)
* add get_subroot function

* update test

* update pmtree dependecy
2024-05-17 16:35:18 +07:00
.github chore(ci): add arkzkey feature to nightly assets (#244) 2024-05-07 16:08:59 +05:30
mopro@3c8d734336 chore(rln): add ark-zkey support (#242) 2024-05-06 18:09:22 +07:00
rln Expose a public function to fetch the root of a subtree at level n (#247) 2024-05-17 16:35:18 +07:00
rln-cli chore(rln): add ark-zkey support (#242) 2024-05-06 18:09:22 +07:00
rln-wasm fix(rln-wasm): dont run benchmarks (#241) 2024-04-30 16:06:49 +05:30
utils Expose a public function to fetch the root of a subtree at level n (#247) 2024-05-17 16:35:18 +07:00
.gitignore Macro to call functions with an error message (#140) 2023-03-29 15:16:36 +02:00
.gitmodules chore(rln): add ark-zkey support (#242) 2024-05-06 18:09:22 +07:00
CHANGELOG.md feat(v0.2): changelog (#122) 2023-02-28 16:25:18 +05:30
Cargo.lock Expose a public function to fetch the root of a subtree at level n (#247) 2024-05-17 16:35:18 +07:00
Cargo.toml fix(rln-wasm): dont run benchmarks (#241) 2024-04-30 16:06:49 +05:30
Cross.toml fix: add support to aarch64-linux-android 2024-01-23 09:29:32 -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(makefile): include wasm-pack+node in installation (#240) 2024-04-30 15:44:33 +05:30
Makefile.toml chore: Makefile and consistent usage of cargo-make (#101) 2023-01-26 09:19:55 +05:30
README.md docs: add users 2024-04-21 15:53:46 +02:00

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

Users

Zerokit is used by -

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.