FORM 4.3
POLYMOD Struct Reference

#include <structs.h>

Data Fields

WORD * coefs
WORD numsym
WORD arraysize
WORD polysize
WORD modnum

Detailed Description

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.

Definition at line 1215 of file structs.h.

Field Documentation

◆ coefs

WORD* coefs

Definition at line 1216 of file structs.h.

◆ numsym

WORD numsym

Definition at line 1217 of file structs.h.

◆ arraysize

WORD arraysize

Definition at line 1218 of file structs.h.

◆ polysize

WORD polysize

Definition at line 1219 of file structs.h.

◆ modnum

WORD modnum

Definition at line 1220 of file structs.h.


The documentation for this struct was generated from the following file: