/* * 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) { }