mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
9 lines
99 B
C++
9 lines
99 B
C++
/*
|
|
* export-vm.cpp
|
|
*
|
|
*/
|
|
|
|
#include "maximal.hpp"
|
|
|
|
template class Machine<HemiShare<gfp_<0, 2>>>;
|