MTGP  1.1.1
mtgp64-calc-poly.hpp
Go to the documentation of this file.
1 #ifndef MTGP64_CALC_POLY_HPP
2 #define MTGP64_CALC_POLY_HPP
3 
18 #include <string>
19 #include <NTL/GF2X.h>
20 #include "mtgp64-fast.h"
21 
22 void mtgp64_calc_characteristic(NTL::GF2X& poly, mtgp64_fast_t * mtgp64);
23 void mtgp64_calc_characteristic(std::string& str, mtgp64_fast_t * mtgp64);
24 
25 #endif