#include "codecrypt.h" using namespace ccr; bool polynomial::is_irreducible() { return false; } void polynomial::generate_random_irreducible (uint size, prng&rng) { }