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?