| 73 | |
| 74 | template<int X, int L> |
| 75 | void gfpvar_<X, L>::init_default(int lgp, bool montgomery) |
| 76 | { |
| 77 | init_field(SPDZ_Data_Setup_Primes(lgp), montgomery); |
| 78 | } |
| 79 | |
| 80 | template<int X, int L> |
| 81 | inline void gfpvar_<X, L>::reset() |
nothing calls this directly
no test coverage detected