Skip to content

querolita/proof-systems

 
 

Repository files navigation

Proof Systems

This repository contains various zk-SNARK protocol implementations for recursive SNARK composition.

proof-systems/
├── curves/ # our curves (for now just the pasta curves)
├── groupmap/ # TODO: description
├── kimchi/ # our proof system
├── ocaml/ # ocaml bindings generator tool
├── oracle/ # implementation of the poseidon hash function
├── poly-commitment/ # polynomial commitment code
├── signer/ # implementation of schnorr signature scheme
└── utils/ # collection of useful functions and traits

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.4%
  • Other 0.6%