#include <iostream>
#include <givaro/givpower.h>
#include <givaro/modular.h>
#include <givaro/gf2.h>
#include <givaro/gfq.h>
#include <givaro/extension.h>
◆ GIV_PASSED_MSG
| #define GIV_PASSED_MSG "\033[1;32mPASSED.\033[0m" |
◆ GIV_ERROR_MSG
| #define GIV_ERROR_MSG "\033[1;31m****** ERROR ******\033[0m " |
◆ TestIdentity()
| bool TestIdentity |
( |
GivRandom & | generator, |
|
|
const int | MOD, |
|
|
const int | expo ) |
◆ TestExponent()
| bool TestExponent |
( |
const int | seed, |
|
|
const Field & | F, |
|
|
const int | expo ) |
◆ TestSignedness()
| bool TestSignedness |
( |
GivRandom & | generator, |
|
|
const int | expo ) |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |