thor314 / pazkLinks
Python/Rust implementations and notes from Proofs Arguments and Zero Knowledge study group
☆131Updated 7 months ago
Alternatives and similar repositories for pazk
Users that are interested in pazk are comparing it to the libraries listed below
Sorting:
- Experimental implementation of the SuperNova protocol. https://eprint.iacr.org/2022/1758☆120Updated 2 years ago
- ☆120Updated 7 months ago
- Include halo2 example circuits☆89Updated last year
- ☆99Updated 11 months ago
- A Cairo VM prover implemented using Winterfell☆158Updated 2 years ago
- Tooling for creating collaborative SNARKs for Circom and Noir circuits.☆156Updated this week
- A curated list of repos related to Circom☆99Updated 2 years ago
- Basic scaffolding for setting up and writing a Halo2 ZK circuit☆108Updated last year
- A collection of informal and practical definitions for common jargon found in the zero-knowledge literature.☆106Updated 2 weeks ago
- Middleware to compile Circom circuits to Nova prover☆241Updated last year
- A SNARK using towers of binary fields, implemented in Rust☆120Updated last week
- List of halo2-related resources☆199Updated 5 months ago
- A Plonkish folding framework for Incrementally Verifiable Computation (IVC).☆174Updated 3 months ago
- STARK - SNARK recursive zero knowledge proofs, combinaison of the Winterfell library and the Circom language☆104Updated last year
- comparing the performance of different zero-knowledge proof libraries☆132Updated last year
- Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust.☆269Updated 4 months ago
- barretenburg in rust (here we go)☆98Updated last year
- The fastest in-browser verification of ECDSA signatures in ZK, using Spartan on the secq256k1 curve☆209Updated last year
- ☆153Updated last year
- educational python plonk implementation, based on vitalik's py_plonk