Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
-
Updated
Oct 23, 2024 - Go
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
MAPLE: Metadata-Hiding Policy-Controllable Encrypted Search Platform
Simple implementation of a distributed 8-bit adder function using Yao's Garbled Circuit protocol for Secure Multi Party Computation (SMPC)
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.
Add a description, image, and links to the garbled-circuit topic page so that developers can more easily learn about it.
To associate your repository with the garbled-circuit topic, visit your repo's landing page and select "manage topics."