mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
Improve compilation.
This commit is contained in:
18
GC/Program.cpp
Normal file
18
GC/Program.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Program.cpp
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Instruction.hpp"
|
||||
#include "Program.hpp"
|
||||
|
||||
namespace GC
|
||||
{
|
||||
|
||||
template class Instruction<FakeSecret>;
|
||||
template class Instruction<ReplicatedSecret>;
|
||||
|
||||
template class Program<FakeSecret>;
|
||||
template class Program<ReplicatedSecret>;
|
||||
|
||||
} /* namespace GC */
|
||||
Reference in New Issue
Block a user