mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
Security bug: wrong MAC check in SPDZ2k input tuple generation.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user