mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-15 00:18:17 -05:00
12 lines
91 B
C++
12 lines
91 B
C++
/*
|
|
* TinySecret.cpp
|
|
*
|
|
*/
|
|
|
|
#include "TinySecret.h"
|
|
|
|
namespace GC
|
|
{
|
|
|
|
} /* namespace GC */
|