mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Bug in input for Tinier.
This commit is contained in:
@@ -165,6 +165,12 @@ public:
|
||||
inputter.add_mine(value, n_bits);
|
||||
}
|
||||
|
||||
template <class U>
|
||||
void other_input(U& inputter, int from, int)
|
||||
{
|
||||
inputter.add_other(from);
|
||||
}
|
||||
|
||||
template <class U>
|
||||
void finalize_input(U& inputter, int from, int n_bits)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user