![]() |
My Project
debian-1:4.1.1-p2+ds-4build2
|
#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 | |
int | ff_prime = 0 |
int | ff_halfprime = 0 |
bool | ff_big = false |
short * | ff_invtab = new short [32767] |
void ff_setprime | ( | const int | p | ) |