Botan 3.7.1
Crypto and TLS for C&
Botan::Classic_McEliece_Polynomial_Ring::Big_F_Coefficient Struct Reference

Represents a non-zero coefficient of the modulus F(y) (which is in GF(q)[y]). More...

#include <cmce_poly.h>

Public Attributes

Classic_McEliece_GF coeff
 
size_t idx
 

Detailed Description

Represents a non-zero coefficient of the modulus F(y) (which is in GF(q)[y]).

E.g. {.idx = 4, .coeff = (z+1)} represents the monomial (z+1)y^4.

Definition at line 111 of file cmce_poly.h.

Member Data Documentation

◆ coeff

Classic_McEliece_GF Botan::Classic_McEliece_Polynomial_Ring::Big_F_Coefficient::coeff

Definition at line 113 of file cmce_poly.h.

Referenced by Botan::operator==().

◆ idx

size_t Botan::Classic_McEliece_Polynomial_Ring::Big_F_Coefficient::idx

Definition at line 112 of file cmce_poly.h.

Referenced by Botan::operator==().


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