From 8af49c30c7e5ac36a8ec0327c62a402b912daa30 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:41:11 -0500 Subject: [PATCH] add more intro --- blog/posts/multi-party-computation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md index e8af79c1..8cd4eb6f 100644 --- a/blog/posts/multi-party-computation.md +++ b/blog/posts/multi-party-computation.md @@ -14,7 +14,7 @@ description: Learn about Secure Multi-Party Computation and how it can be used t --- # Privacy-Enhancing Technologies Series: Multi-Party Computation -We know how to secure data in storage using E2EE, but is it possible to ensure data privacy even while processing it server-side? +We know how to secure data in storage using E2EE, but is it possible to ensure data privacy even while processing it server-side? This is the first in a series of articles I'll be writing covering the privacy-enhancing technologies being rolled out. ## History