libsnark-tutorial
zk-SNARK library
A tutorial and example code project for creating zk-SNARKs using the libsnark software library
Tutorial and example code for using libsnark
190 stars
8 watching
49 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
argumentcomputer/lurk-beta | A statically scoped Lisp-like language for proving computational claims using zk-SNARKs with an elliptic curve backend. | 434 |
jstoxrocky/zksnarks_example | A practical tutorial on creating and verifying zkSNARKs in contracts | 295 |
consensys/gnark | A fast zk-SNARK library with a high-level API to design circuits. | 1,435 |
scipr-lab/libsnark | A C++ library implementing a cryptographic method for proving the integrity of computations in zero knowledge. | 1,838 |
zokrates/zokrates | Toolbox for implementing and deploying zkSNARKs on the Ethereum blockchain | 1,828 |
akosba/jsnark | A Java library for building zk-SNARK circuits using libsnark as a backend. | 210 |
zkcrypto/bellman | A crate for building and implementing zk-SNARK circuits | 1,023 |
luozhuzhang/zkps-circuit-snark | A zk-SNARK implementation using circom and snarkjs for secure multi-party computation and decentralized applications. | 61 |
meilof/geppetri | An implementation of a Pinocchio-based adaptive zk-SNARK system for distributed computation | 16 |
iden3/snarkjs | A JavaScript and WebAssembly implementation of a zero-knowledge proof protocol for secure multi-party computations | 1,790 |
matter-labs-archive/snarkygpu | A GPU-based zkSNARK prover that aims to improve the performance of distributed verification processes for blockchain applications. | 23 |
o1-labs/snarky | An OCaml library for writing verifiable computations using R1CS SNARKs | 495 |
o1-labs/o1js | An evolution of SnarkyJS, providing a toolkit for building zero-knowledge-enabled applications using zk-SNARKs and zkApps in TypeScript. | 525 |
ebfull/powersoftau | A multi-party computation protocol for generating secure parameters using zk-SNARKs | 140 |
scipr-lab/libiop | A C++ library for transforming probabilistic proofs into transparent and post-quantum zkSNARKs using IOPs. | 148 |