Files
MP-SPDZ/FHEOffline/FullSetup.h
Marcel Keller cc0711c224 MP-SPDZ.
2018-10-11 17:20:26 +11:00

17 lines
326 B
C

#ifndef _FullSetup
#define _FullSetup
/* Reads in the data created by the setup program */
#include "FHE/FHE_Params.h"
#include "FHE/P2Data.h"
#include "Math/Setup.h"
void get_setup(FHE_Params& params_p,FFT_Data& FTD,
FHE_Params& params_2,P2Data& P2D,string dir,
bool skip_2=false);
#endif