MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / init_default

Method init_default

Math/gfpvar.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74template<int X, int L>
75void gfpvar_<X, L>::init_default(int lgp, bool montgomery)
76{
77 init_field(SPDZ_Data_Setup_Primes(lgp), montgomery);
78}
79
80template<int X, int L>
81inline void gfpvar_<X, L>::reset()

Callers

nothing calls this directly

Calls 1

SPDZ_Data_Setup_PrimesFunction · 0.85

Tested by

no test coverage detected