From 38be996e2ebf06493b2ef15457196a228b494b52 Mon Sep 17 00:00:00 2001 From: Marcel Keller Date: Mon, 4 Jan 2021 17:18:09 +1100 Subject: [PATCH] Security bug: wrong MAC check in SPDZ2k input tuple generation. --- Protocols/Spdz2kShare.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Protocols/Spdz2kShare.h b/Protocols/Spdz2kShare.h index 9783e478..4331f8ba 100644 --- a/Protocols/Spdz2kShare.h +++ b/Protocols/Spdz2kShare.h @@ -35,6 +35,7 @@ public: typedef Z2 open_type; typedef Spdz2kShare prep_type; + typedef Spdz2kShare input_check_type; typedef Spdz2kMultiplier Multiplier; typedef Spdz2kTripleGenerator TripleGenerator; typedef Z2 sacri_type;