pynchmeister / zerokit

A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.

License:Apache License 2.0


Languages

Language:Rust 98.5%Language:JavaScript 1.4%Language:Makefile 0.1%