From 00416b3eb7c1fc742a734c83f23045990d57979e Mon Sep 17 00:00:00 2001 From: Darya Kaviani Date: Wed, 27 Sep 2023 09:54:24 -0700 Subject: [PATCH] blog time --- _blog/deployment-dilemma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_blog/deployment-dilemma.md b/_blog/deployment-dilemma.md index 36e11d0..6209e3f 100644 --- a/_blog/deployment-dilemma.md +++ b/_blog/deployment-dilemma.md @@ -1,7 +1,7 @@ --- layout: post title: "The Deployment Dilemma: Merits & Challenges of Deploying MPC" -date: 2023-09-27 10:00:00 -0800 +date: 2023-09-27 09:00:00 -0800 math: true custom_authors: true excerpt: "MPC, or secure multi-party computation, is a powerful class of cryptographic primitives that enables a host of privacy-preserving systems. In MPC, $n$ parties each have an input $s_i$, and aim to compute a joint function $f(s_1, …, s_n)$. Because parties can only learn the function’s output, each party’s input is entirely hidden from the rest.