![]() |
BitPunch McEliece
v0.0.4
|
#include <gf2types.h>
Data Fields | |
uint32_t * | index |
indexes of set coefficients. 0 is coefficient for x^0 More... | |
uint32_t | weight |
weight of polynomial More... | |
Sparse polynomial over GF2. More effective than BPU_T_GF2_Poly for low weight polynomials. Every set coefficient is stored in array of indexes.
Definition at line 62 of file gf2types.h.
uint32_t* index |
indexes of set coefficients. 0 is coefficient for x^0
Definition at line 63 of file gf2types.h.
uint32_t weight |
weight of polynomial
Definition at line 64 of file gf2types.h.