![]() |
My Project
debian-1:4.1.2-p1+ds-2
|
#include "config.h"#include <string.h>#include "cf_assert.h"#include "cf_defs.h"#include "ffops.h"Go to the source code of this file.
Functions | |
| void | ff_setprime (const int p) |
| int | ff_newinv (const int a) |
| int | ff_biginv (const int a) |
Variables | |
| VAR int | ff_prime = 0 |
| VAR int | ff_halfprime = 0 |
| VAR bool | ff_big = false |
| VAR short * | ff_invtab = new short [32767] |
| void ff_setprime | ( | const int | p | ) |