toonsegers / verifiable_mpcLinks
A scheme that produces a zero-knowledge proof of correctness for an MPC computation. The scheme allows anyone, particularly someone external to the secure computation, to check the correctness of the output, while preserving the privacy properties of the MPC protocol.
☆26Updated last year
Alternatives and similar repositories for verifiable_mpc
Users that are interested in verifiable_mpc are comparing it to the libraries listed below
Sorting:
- ☆22Updated 11 months ago
- C++ codebase for highly composable zkSNARKs with commit-and-prove capabilities.☆41Updated 5 years ago
- LegoGroth16 implementation on top of Zexe☆24Updated 4 years ago
- An elastic proof system based on arkworks☆85Updated last year
- ☆11Updated 2 years ago
- A zk-SNARK for randomized algorithms + linear-size universal circuits (https://eprint.iacr.org/2020/278)☆18Updated 4 years ago
- Libra zero knowledge proof system☆54Updated 2 years ago
- Batch verification proposal for the zkSNARK verification with the same(!) circuit☆24Updated 6 years ago
- ☆10Updated last year
- elliptic curve construction tool☆17Updated 2 years ago
- Implementation of the ZKB++ proof system☆20Updated 6 years ago
- Implementation of the Groth16 zk-SNARK proving system☆21Updated 7 years ago
- ☆10Updated last year
- An implementation of the Rinocchio protocol (SNARK for Ring Arithmetic) over SEAL FHE ring elements☆38Updated 2 years ago
- Simple implementation of KZG commitments in C