MTGP  1.1.1
mtgp32-calc-poly.hpp
Go to the documentation of this file.
1 #ifndef MTGP32_CALC_POLY_HPP
2 #define MTGP32_CALC_POLY_HPP
3 
18 #include <string>
19 #include <NTL/GF2X.h>
20 #include "mtgp32-fast.h"
21 
22 void calc_characteristic(NTL::GF2X& poly, mtgp32_fast_t * mtgp32);
23 void calc_characteristic(std::string& str, mtgp32_fast_t * mtgp32);
24 void calc_characteristic(uint32_t array[], int size, mtgp32_fast_t * mtgp32);
25 
26 #endif