mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05:00
7 lines
151 B
C++
7 lines
151 B
C++
|
|
#include "Processor/Data_Files.hpp"
|
|
#include "Processor/Instruction.hpp"
|
|
#include "Processor/Machine.hpp"
|
|
|
|
template class Machine<sgfp, Share<gf2n>>;
|