blog: trinity intro (#370)

* blog: new trinity article
This commit is contained in:
Meyanis95
2025-05-03 00:01:55 +02:00
committed by GitHub
parent 4439fa7a2a
commit 420a804e2e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
authors: ["Yanis Meziane"]
title: "Introducing Trinity"
image: "/articles/introducing-trinity/trinity.webp"
image: "/articles/introducing-trinity/trinity.png"
tldr: "Two-Party Computation for the ZK Era"
date: "2025-04-28"
tags: ["zk", "mpc"]
@@ -18,7 +18,7 @@ The core mechanism unifying these concepts is the KZG polynomial commitment sche
Trinity redefines the role of ZK credentials, extending their use beyond traditional settings (e.g., authentication) to serve as verified private inputs within secure two-party computations (2PC).
We've just added it as a new template in [mpc-hello](https://github.com/voltrevo/mpc-hello/tree/main/trinity), and it's time to show what it brings to the table.
We've just added it as a new template in [mpc-hello](https://github.com/privacy-scaling-explorations/mpc-hello), and it's time to show what it brings to the table.
To understand Trinity's novelty, let's first revisit how traditional secure two-party computation (2PC) works.

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB