add more intro

This commit is contained in:
fria 2025-06-30 18:41:11 -05:00 committed by GitHub
parent 27390a060c
commit 8af49c30c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ description: Learn about Secure Multi-Party Computation and how it can be used t
---
# 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?<!-- more -->
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.<!-- more -->
## History