mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Various improvements.
This commit is contained in:
@@ -91,8 +91,7 @@ int main(int argc, const char** argv) {
|
||||
for (int i = 0; i < n; ++i) {
|
||||
bigint a;
|
||||
*in >> a;
|
||||
gfp b;
|
||||
to_gfp(b, a);
|
||||
gfp b = a;
|
||||
b.output(*out, false);
|
||||
}
|
||||
if (in->fail())
|
||||
|
||||
Reference in New Issue
Block a user