mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05:00
12 lines
120 B
C++
12 lines
120 B
C++
/*
|
|
* default-prime-length.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Math/gfp.h"
|
|
|
|
int main()
|
|
{
|
|
std::cout << gfp0::MAX_N_BITS << endl;
|
|
}
|