Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 575 Bytes

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