Files
pse.dev/content/projects/circom-mpc.md
Kalidou Diagne b4b1bb56e6 migrate project data from .ts to Markdown files (#453)
* migrate project data from .ts to Markdown files
2025-06-13 22:05:23 +04:00

2.0 KiB

id, name, image, section, projectStatus, category, tldr, tags, links
id name image section projectStatus category tldr tags links
circom-mpc Circom-MPC pse inactive research PSE Research project that enables the use of the Circom language to develop MPC applications.
keywords themes
mpc
circom
mp-spdz
research
github
https://github.com/namnc/circom-2-arithc

Circom-MPC is a set of projects designed to compile and run arithmetic and boolean MPC circuits written in Circom. In this project, we envisioned MPC as a broader paradigm, where MPC serves as an umbrella for generic techniques such as Zero-Knowledge Proof, Garbled Circuit, Secret-Sharing, or Fully Homomorphic Encryption.

Throughout this research the team produced some valuable resources and insights, including:

We decided to sunset the project for a few reasons:

  • The overwhelming amount of effort to fully implement it.
  • The low current traction of users (could be due to Circom). Hence an MPC-Framework variant may be of more public interest.
  • The existence of competitors such as Sharemind MPC into Carbyne Stack.

Therefore, we will leave it as a paradigm, and hope that any interested party will pick it up and continue its development.