Skip to content
#

multiparty-computation

Here are 86 public repositories matching this topic...

This article uses a simple use case involving a transaction between a vendor and a customer to illustrate the privacy-enhancing potential of oblivious transfer (OT) and to demonstrate how OT can be incorporated into a Python implementation of a web service by leveraging the otc library.

  • Updated Nov 4, 2020
  • Jupyter Notebook

Data structure for representing secret shares of byte vectors based on bitwise XOR, designed for use within secure multi-party computation (MPC) protocol implementations.

  • Updated Jun 2, 2023
  • Python

Easy-to-deploy oblivious pseudo-random function (OPRF) service that allows other parties (typically participants in some secure multi-party computation protocol) to obtain a persistent mask which they cannot decrypt but which they can safely apply (via requests to the service) to private data values of their choice.

  • Updated Sep 28, 2022
  • Python

Improve this page

Add a description, image, and links to the multiparty-computation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiparty-computation topic, visit your repo's landing page and select "manage topics."

Learn more