Files
MP-SPDZ/galois-degree.cpp
Marcel Keller cc0711c224 MP-SPDZ.
2018-10-11 17:20:26 +11:00

12 lines
115 B
C++

/*
* galois-degree.cpp
*
*/
#include "Math/gf2n.h"
int main()
{
cout << gf2n::default_degree() << endl;
}