BitPunch McEliece  v0.0.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_BPU_T_GF2_Sparse_Poly Struct Reference

#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...
 

Detailed Description

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.

Field Documentation

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.


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