mirror of https://github.com/vacp2p/zerokit.git
1.0 KiB
1.0 KiB
2022-09-19 v0.1
Initial beta release.
This release contain:
- RLN Module with API to manage, compute and verify RLN zkSNARK proofs and RLN primitives.
- This can be consumed either as a Rust API or as a C FFI. The latter means it can be easily consumed through other environments, such as Go or Nim.
It also contains the following examples and experiments:
- Basic example wrapper around a simple Circom circuit to show Circom integration through ark-circom and FFI.
- Experimental Semaphore wrapper.
Feedback welcome! You can either open an issue or come talk to us in our Vac Discord #zerokit channel.