12.8. Cross-references
Where HexGF2 fits in the executable DAG:
-
HexPolyis the only dependency: it provides the generic dense-polynomial vocabulary against which the packed representation's arithmetic and Euclidean laws are stated.HexGF2specializes that theory to the single-bit-coefficient case where the packed word layout and carry-less multiply apply. -
HexGF2is consumed by the finite-field constructors that build on it (the packed characteristic-two entries of theGFqconstructors), which reuse itsGF2n/GF2nPolywrappers and committed irreducibility certificates. -
HexGF2is Mathlib-free. The Mathlib correspondence for theGF(2ⁿ)field theory is provided by the*Mathlibcounterparts of the libraries that build on it, not by this library.