mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Secure shuffling.
This commit is contained in:
12
GC/NoShare.h
12
GC/NoShare.h
@@ -50,11 +50,6 @@ public:
|
||||
return "no";
|
||||
}
|
||||
|
||||
static string type_short()
|
||||
{
|
||||
return "no";
|
||||
}
|
||||
|
||||
static DataFieldType field_type()
|
||||
{
|
||||
throw not_implemented();
|
||||
@@ -66,7 +61,7 @@ public:
|
||||
|
||||
static void fail()
|
||||
{
|
||||
throw runtime_error("VM does not support binary circuits");
|
||||
throw runtime_error("functionality not available");
|
||||
}
|
||||
|
||||
NoValue() {}
|
||||
@@ -143,6 +138,11 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int length()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void fail()
|
||||
{
|
||||
NoValue::fail();
|
||||
|
||||
Reference in New Issue
Block a user