M4RIE  0.20120415
 All Data Structures Files Functions Variables Defines
Data Fields
gf2e Struct Reference

\(\mathbb{F}_{2^e}\) More...

#include <gf2e.h>

Data Fields

unsigned int degree
word minpoly
word ** mul
word * inv
word * pow_gen

Detailed Description

\(\mathbb{F}_{2^e}\)

Examples:
tests/test_elimination.cc.

Field Documentation

unsigned int gf2e::degree

The degree \(e\).

Examples:
tests/test_elimination.cc.
word* gf2e::inv

inv[a] holds \(a^{-1}\).

Irreducible polynomial of degree \(e\).

Examples:
tests/test_elimination.cc.
word** gf2e::mul

mul[a][b] holds \( a \cdot b\).

Warning:
this entry will disappear in future releases.

pow_gen[i] holds \(a^i / <f>\) for \(a\) a generator of this field.


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