From 13889773ddd8a59a73ad07183ec58bf1c12cd0fc Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Tue, 13 May 2025 14:21:05 -0500 Subject: [PATCH] add multi-party copmutation article --- blog/posts/multi-party-computation.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blog/posts/multi-party-computation.md diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md new file mode 100644 index 00000000..f87d0791 --- /dev/null +++ b/blog/posts/multi-party-computation.md @@ -0,0 +1,18 @@ +--- +date: + created: 2025-05-13T17:30:00Z +categories: + - Explainers +authors: + - fria +tags: + - Multi-Party Computation + - Privacy Enhancing Technologies +license: BY-SA +schema_type: BackgroundNewsArticle +description: | + +--- +# 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? \ No newline at end of file