English

A Novel Formula for Solving Quadratic Equations over Binary Extension Fields

Information Theory 2026-04-09 v2 math.IT

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 x2+x+cF2m[x]x^2+x+c\in \mathbb{F}_{2^m}[x], for which existing formula-based methods rely on heavy exponentiation or case distinctions on mm (odd/even or powers of two), limiting uniformity and efficiency. This paper presents a unified, formula-based solution for all positive integers mm 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 m22m+1m^2-2m+1 XORs, and under parallelism, the latency is log2m\lceil \log_2 m\rceil XORs, making the method attractive for low-power, low-latency applications.

Keywords

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}
}
R2 v1 2026-07-01T08:49:09.975Z