zkSNARK library implementation in Go from scratch (compiler, setup, prover, verifier)
☆262Jun 13, 2021Updated 4 years ago
Alternatives and similar repositories for go-snark-study
Users that are interested in go-snark-study are comparing it to the libraries listed below
Sorting:
- A golang demo for zk-SNARK aggregation☆41Jun 23, 2019Updated 6 years ago
- gnark is a fast zk-SNARK library that offers a high-level API to design circuits. The library is open source and developed under the Apac…☆1,689Updated this week
- Crypto algorithms from scratch in Go. Learning purposes only. ECC, BN128 pairing, Paillier, RSA, Homomorphic computation, ElGamal, Schnor…☆75Jul 22, 2022Updated 3 years ago
- ShamirSecretSharing Rust & Go implementation + WASM lib☆18Oct 10, 2021Updated 4 years ago
- zkSNARK Groth16 prover & verifier☆38Apr 8, 2025Updated 10 months ago
- zkInterface is a protocol for the interoperability of zero-knowledge frameworks.☆128Jun 13, 2023Updated 2 years ago
- Go implementation of the Groth16 zkSNARK Prover and Verifier compatible with Circom☆42Apr 19, 2024Updated last year
- Generator and supporting evidence for security of the Tweedledum/Tweedledee pair of elliptic curves suitable for Halo☆20Oct 25, 2022Updated 3 years ago
- gnark-crypto provides elliptic curve and pairing-based cryptography on BN, BLS12, BLS24 and BW6 curves. It also provides various algorith…☆589Updated this week
- A Rust library for the Marlin preprocessing zkSNARK☆324Jan 18, 2024Updated 2 years ago
- C++ library for zkSNARKs☆1,917Jun 12, 2025Updated 8 months ago
- Elliptic curve search experiments☆35Mar 6, 2023Updated 2 years ago
- Groth16 zkSNARK bellman proof verifier using cloudflare/bn256 Pairing☆13Apr 22, 2020Updated 5 years ago
- Implements ristretto255, a fast prime-order group.