Botan 3.7.1
Crypto and TLS for C&
|
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 |
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.
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==().
size_t Botan::Classic_McEliece_Polynomial_Ring::Big_F_Coefficient::idx |
Definition at line 112 of file cmce_poly.h.
Referenced by Botan::operator==().