garbled-circuit
There are 5 repositories under garbled-circuit topic.
markkurossi/mpc
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
vt-asaplab/MAPLE
MAPLE: Metadata-Hiding Policy-Controllable Encrypted Search Platform
molrobot/SHA256_Garbled_Circuit
Implementation SHA256 with garbled circuit
dambrosidenis/Yao_Protocol_Simulation
Simple implementation of a distributed 8-bit adder function using Yao's Garbled Circuit protocol for Secure Multi Party Computation (SMPC)
Yash-Amin/pySecureCircuit
pySecureCircuit is a Python library that allows secure multiparty computation using Yao's garbled circuit technique. The library provides a way for multiple parties to securely compute a function on their private inputs without revealing them to each other, using a combination of encryption, randomization, and computation over circuits.