16 lines
160 B
C++
16 lines
160 B
C++
|
|
#include "codecrypt.h"
|
|
|
|
using namespace ccr;
|
|
|
|
bool polynomial::is_irreducible()
|
|
{
|
|
|
|
}
|
|
|
|
void polynomial::generate_random_irreducible (uint size, prng&rng)
|
|
{
|
|
|
|
}
|
|
|