mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
MP-SPDZ.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// (C) 2018 University of Bristol, Bar-Ilan University. See License.txt
|
||||
|
||||
/*
|
||||
* Program.h
|
||||
*
|
||||
@@ -46,7 +44,8 @@ class Program
|
||||
Program();
|
||||
|
||||
// Read in a program
|
||||
void parse(const string& bytecoode_name);
|
||||
void parse_file(const string& filename);
|
||||
void parse(const string& programe);
|
||||
void parse(istream& s);
|
||||
|
||||
int get_offline_data_used() const { return offline_data_used; }
|
||||
|
||||
Reference in New Issue
Block a user