Security bug: wrong MAC check in SPDZ2k input tuple generation.

This commit is contained in:
Marcel Keller
2021-01-04 17:18:09 +11:00
parent cdb8d6f337
commit 38be996e2e

View File

@@ -35,6 +35,7 @@ public:
typedef Z2<K + S> open_type;
typedef Spdz2kShare prep_type;
typedef Spdz2kShare input_check_type;
typedef Spdz2kMultiplier<K, S> Multiplier;
typedef Spdz2kTripleGenerator<Spdz2kShare> TripleGenerator;
typedef Z2<K + 2 * S> sacri_type;