GF2++
Loading...
Searching...
No Matches
BitPoly.h

Polynomials over GF(2).
See the BitPoly page for more details. More...

Go to the source code of this file.

Classes

class  gf2::BitPoly< Word >
 A BitPoly represents a polynomial over GF(2) where we store the polynomial coefficients in a bit-vector.
The template parameter Word sets the unsigned word type used by the BitVec that stores the coefficients. More...
struct  std::formatter< gf2::BitPoly< Word > >
 Specialise std::formatter for our gf2::BitPoly<Word> type. More...

Namespaces

namespace  gf2
 The namespace for the gf2 library.

Detailed Description

Polynomials over GF(2).
See the BitPoly page for more details.