FORM
4.2
|
#include <structs.h>
Data Fields | |
WORD * | coefs |
WORD | numsym |
WORD | arraysize |
WORD | polysize |
WORD | modnum |
The POLYMOD struct controls one univariate polynomial of which the coefficients have been taken modulus a (prime) number that fits inside a variable of type WORD. The polynomial is stored as an array of coefficients of size WORD.