\(\mathbb{F}_{2^e}\)
More...
#include <m4ri/m4ri.h>
Go to the source code of this file.
Data Structures |
struct | gf2e |
| \(\mathbb{F}_{2^e}\) More...
|
Detailed Description
Function Documentation
static size_t gf2e_degree_to_w |
( |
const gf2e * |
ff | ) |
|
|
inlinestatic |
Return the width used for storing elements of ff
- Parameters
-
void gf2e_free |
( |
gf2e * |
ff | ) |
|
static void gf2e_make_pow_gen |
( |
gf2e * |
ff | ) |
|
|
inlinestatic |
static void gf2e_t16_free |
( |
word * |
mul | ) |
|
|
inlinestatic |
Free multiplication table.
- Parameters
-
static word* gf2e_t16_init |
( |
const gf2e * |
ff, |
|
|
const word |
a |
|
) |
| |
|
inlinestatic |
Compute all multiples by a of vectors fitting into 16 bits.
- Parameters
-
ff | Finite field. |
a | Finite field element. |
- Todo:
- : this is a bit of overkill, we could do better