![]() |
BitPunch McEliece
v0.0.4
|
#include <goppatypes.h>
Data Fields | |
BPU_T_GF2_Matrix * | g_mat |
Generator matrix. More... | |
BPU_T_GF2_16x_Matrix * | h_mat |
Control matrix H. More... | |
BPU_T_GF2_16x_Poly * | g |
gen. polynomial More... | |
BPU_T_Perm_Vector * | permutation |
permutation "matrix" More... | |
uint16_t | support_len |
number of elements in support More... | |
Internal Goppa code structure.
Definition at line 27 of file goppatypes.h.
gen. polynomial
Definition at line 30 of file goppatypes.h.
BPU_T_GF2_Matrix* g_mat |
Generator matrix.
Definition at line 28 of file goppatypes.h.
BPU_T_GF2_16x_Matrix* h_mat |
Control matrix H.
Definition at line 29 of file goppatypes.h.
BPU_T_Perm_Vector* permutation |
permutation "matrix"
Definition at line 31 of file goppatypes.h.
uint16_t support_len |
number of elements in support
Definition at line 32 of file goppatypes.h.