markkurossi / mpcLinks
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
☆119Updated 8 months ago
Alternatives and similar repositories for mpc
Users that are interested in mpc are comparing it to the libraries listed below
Sorting:
- High-speed BLS12-381 implementation in Go☆126Updated 2 years ago
- zkSNARK library implementation in Go from scratch (compiler, setup, prover, verifier)☆257Updated 4 years ago
- A collection of Paillier cryptosystem zero knowledge proofs☆119Updated 2 years ago
- C++ library for IOP-based zkSNARKs☆167Updated last year
- Implementation of the FROST protocol for threshold Ed25519 signing☆68Updated last year
- 《zkSNARK实践》中的源码☆19Updated 2 years ago
- zkInterface is a protocol for the interoperability of zero-knowledge frameworks.