diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md index 75b1b5a9..0045b17a 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 --- # 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? ## History