1 #ifndef MTTOOLBOX_REDUCIBLE_GENERATOR_HPP
2 #define MTTOOLBOX_REDUCIBLE_GENERATOR_HPP
56 template<
typename U,
typename V = U>
126 virtual int getMexp()
const = 0;
147 template<
typename U,
typename V = U>
149 const NTL::GF2X& poly) {
152 for (
int i = 0; i <= deg(poly); i++) {
153 if (coeff(poly, i) != 0) {
162 #endif // MTTOOLBOX_REDUCIBLE_GENERATOR_HPP
This class is an Abstract class for calculating dimension of equi-distribution for GF(2)-linear pseud...