From 6cf958bcec1798d14c159bb77f2ae02c5a8d77bf Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:34:13 -0500 Subject: [PATCH] add cover image credit --- blog/posts/multi-party-computation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md index f7a1844d..16400d37 100644 --- a/blog/posts/multi-party-computation.md +++ b/blog/posts/multi-party-computation.md @@ -16,6 +16,9 @@ description: Learn about Secure Multi-Party Computation and how it can be used t ![An image of a lock and multiple keys going toward it to unlock it](../assets/images/multi-party-computation/cover.webp) + + + 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