garbled-circuit

There are 5 repositories under garbled-circuit topic.

  • mpc

    markkurossi/mpc

    Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.

    Language:Go11051122
  • vt-asaplab/MAPLE

    MAPLE: Metadata-Hiding Policy-Controllable Encrypted Search Platform

    Language:C++7200
  • molrobot/SHA256_Garbled_Circuit

    Implementation SHA256 with garbled circuit

    Language:Python3100
  • 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)

    Language:Python0100
  • 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.

    Language:Python0100