Extend beyond GF(256) to arbitrary binary extension fields (GF(2⁴), GF(2⁸), GF(2¹⁶), etc.) for flexible security/performance trade-offs.
Approach
- Generalize field implementation to support configurable polynomial degrees.
- Use const generics for GF types.
- Maintain compile-time irreducible polynomial validation.
Tasks:
Extend beyond GF(256) to arbitrary binary extension fields (GF(2⁴), GF(2⁸), GF(2¹⁶), etc.) for flexible security/performance trade-offs.
Approach
Tasks: