A Novel Formula for Solving Quadratic Equations over Binary Extension Fields
Abstract
Solving quadratic equations over finite fields is a fundamental task in algebraic coding theory and serves as a key subroutine for computing the roots of cubic and quartic polynomials. Notably, any quadratic polynomial over binary extension fields can be transformed into the reduced form , for which existing formula-based methods rely on heavy exponentiation or case distinctions on (odd/even or powers of two), limiting uniformity and efficiency. This paper presents a unified, formula-based solution for all positive integers that uses only exclusive-OR operations (XORs). The approach leverages a Reed-Muller matrix characterization of evaluations and transforms the problem into computing a binary matrix-vector multiplication. The total cost is at most XORs, and under parallelism, the latency is XORs, making the method attractive for low-power, low-latency applications.
Cite
@article{arxiv.2601.01079,
title = {A Novel Formula for Solving Quadratic Equations over Binary Extension Fields},
author = {Leilei Yu and Yunghsiang S. Han and Pingping Li and Jiasheng Yuan},
journal= {arXiv preprint arXiv:2601.01079},
year = {2026}
}