A Novel Formula for Solving Quadratic Equations over Binary Extension Fields
Leilei Yu, Yunghsiang S. Han, Pingping Li, Jiasheng Yuan

TL;DR
This paper introduces a unified, XOR-based formula for solving quadratic equations over binary extension fields, improving efficiency and uniformity for all positive integer degrees.
Contribution
It provides a novel, formula-based method that avoids heavy exponentiation and case distinctions, using Reed-Muller matrices and binary matrix-vector multiplication.
Findings
Total XOR cost is at most m^2 - 2m + 1.
Parallel implementation reduces latency to log2 m XORs.
Method is suitable for low-power, low-latency applications.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
