From 4261470cc76001d651e7bcaa625d2e777960a7fe Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:08:36 -0500 Subject: [PATCH] remove space --- blog/posts/multi-party-computation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md index 60f61c8a..25e4df75 100644 --- a/blog/posts/multi-party-computation.md +++ b/blog/posts/multi-party-computation.md @@ -11,7 +11,6 @@ tags: license: BY-SA schema_type: BackgroundNewsArticle description: Learn about Secure Multi-Party Computation and how it can - --- # Multi-Party Computation @@ -95,7 +94,9 @@ As MPC saw gradual optimizations and improvements, it grew from an interesting t #### Less Communication -The BGW protocol doesn't require as much communication between parties, partly thanks to its use of Shamir's secret sharing +The BGW protocol doesn't require as much communication between parties, partly thanks to its use of Shamir's secret sharing which works well with arithmetic operations. + +Additionally, it doesn't require Oblivious Transfer or zero-knowledge proofs. Its use of Shamir's secret sharing and error correction codes instead provides the same properties in a more efficient way. #### Danish Sugar Beet Auction