From b5e1ab2ef10ce95f2346103aac91099985a7536b Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:34:23 -0500 Subject: [PATCH] fix spacing --- blog/posts/multi-party-computation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md index 16400d37..3e4363f9 100644 --- a/blog/posts/multi-party-computation.md +++ b/blog/posts/multi-party-computation.md @@ -18,7 +18,6 @@ description: Learn about Secure Multi-Party Computation and how it can be used t - 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