Skip to content
/ zerokit Public
forked from vacp2p/zerokit

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

License

Notifications You must be signed in to change notification settings

weboko/zerokit

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.5%
  • JavaScript 1.4%
  • Makefile 0.1%