From 27390a060c8d1b6e055d55a8960f864388f000d5 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:38:44 -0500 Subject: [PATCH] update title --- 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 18b16d7a..e8af79c1 100644 --- a/blog/posts/multi-party-computation.md +++ b/blog/posts/multi-party-computation.md @@ -12,7 +12,7 @@ license: BY-SA schema_type: BackgroundNewsArticle description: Learn about Secure Multi-Party Computation and how it can be used to solve real-world privacy problems. --- -# Multi-Party Computation +# 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?