Files
MP-SPDZ/Protocols/ShareInterface.cpp
Marcel Keller 78fe3d8bad Maintenance.
2024-07-09 12:19:52 +10:00

21 lines
310 B
C++

/*
* ShareInterface.cpp
*
*/
#include "ShareInterface.h"
#include "GC/NoShare.h"
const int ShareInterface::default_length;
const false_type ShareInterface::triple_matmul;
GC::NoValue ShareInterface::get_mac_key()
{
throw runtime_error("no MAC");
}
void ShareInterface::set_mac_key(GC::NoValue)
{
}