mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 21:48:11 -05:00
12 lines
105 B
C++
12 lines
105 B
C++
/*
|
|
* ReplicatedPrep.cpp
|
|
*
|
|
*/
|
|
|
|
#include <GC/SemiHonestRepPrep.h>
|
|
|
|
namespace GC
|
|
{
|
|
|
|
} /* namespace GC */
|