vaultdb / zksqlLinks
ZKSQL: Verifiable and Efficient Query Evaluation with Zero-Knowledge Proofs
☆38Updated last year
Alternatives and similar repositories for zksql
Users that are interested in zksql are comparing it to the libraries listed below
Sorting:
- Groth16 over ICICLE☆36Updated 2 months ago
- ☆79Updated 8 months ago
- Proof-of-concept implementation of the papers on scalable collaborative zk-SNARKs (coZK) with applications to private proof delegation.☆53Updated last month
- AES-GCM implementation in Circom☆38Updated 3 years ago
- A prototype implementation of the zksaas protocol for distributed zkSNARK generation☆27Updated last year
- ☆112Updated last year
- Reef: A zkSNARK system for proving that a committed document matches a regex☆75Updated last year
- Verifiable and confidential computation based on ZKP and FHE, powered by risc0 zkVM.☆83Updated 2 years ago
- A lattice-based non-interactive folding scheme written in Rust☆105Updated this week
- Let's go https://eprint.iacr.org/2022/1763.pdf☆61Updated 2 years ago
- Zk proving the correct execution of encryption operation under BFV Fully Homomorphic Encryption scheme☆113Updated last year
- Benchmarking framework for general purpose zero-knowledge proofs languages and libraries☆101Updated 9 months ago
- A PoC repo for a HyperNova impl☆83Updated 2 years ago
- RSA verification circuit using halo2 library.☆57Updated 2 years ago
- A library to do regex verification in circom, adapted from the original zk-email. It additionally generates lookup tables for halo2-regex…