mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05:00
9 lines
103 B
C++
9 lines
103 B
C++
/*
|
|
* export-vm.cpp
|
|
*
|
|
*/
|
|
|
|
#include "maximal.hpp"
|
|
|
|
template class Machine<SpdzWiseRingShare<64, 40>>;
|