mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 14:08:09 -05:00
Correct error message.
This commit is contained in:
@@ -116,6 +116,8 @@ public:
|
||||
+ to_string(get_size()) + ")";
|
||||
else
|
||||
return "sint.Array(" + to_string(get_size()) + ")";
|
||||
else if (reg_type == "ci")
|
||||
return "regint(0, size=" + to_string(get_size()) + ")";
|
||||
else
|
||||
return "sint(0, size=" + to_string(get_size()) + ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user