A Novel Approach of Solving Polynomial Equations Over Binary Extension Fields

πŸ“… 2026-01-03
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

229K/year
πŸ€– AI Summary
Existing methods for solving quadratic polynomial equations over binary extension fields rely on complex exponentiation or case-by-case analyses based on the parity or power structure of the field dimension \( m \), lacking both uniformity and efficiency. This work proposes a unified solution framework that leverages Reed–Muller matrices to represent function evaluations, thereby transforming the problem into a system of binary linear equations solvable using only XOR operations. For the first time, this approach yields a general formula applicable to any positive integer \( m \) without requiring case distinctions. The algorithm demands at most \( m^2 - 2m + 1 \) XOR operations and achieves a parallel time delay as low as \( \lceil \log_2 m \rceil \), significantly enhancing its generality, hardware friendliness, and suitability for low-power, low-latency applications.

Technology Category

Application Category

πŸ“ 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. For the reduced quadratic polynomial $x^2+x+c\in \mathbb{F}_{2^m}[x]$, existing formula-based methods rely on heavy exponentiation or case distinctions on $m$ (odd/even or powers of two), which limits uniformity and efficiency. This paper presents a unified, formula-based solution for all positive integers $m$ that uses only exclusive-OR operations (XORs). The approach leverages a Reed-Muller matrix characterization of evaluations and reduces the problem to solving a binary linear system. The total cost is at most $m^2-2m+1$ XORs, and under parallelism, the latency is $\lceil \log_2 m\rceil$ XORs, making the method attractive for low-power, low-latency applications.
Problem

Research questions and friction points this paper is trying to address.

polynomial equations
binary extension fields
quadratic equations
finite fields
algebraic coding theory
Innovation

Methods, ideas, or system contributions that make the work stand out.

binary extension fields
quadratic equations
XOR-only computation
Reed-Muller matrix
low-latency algorithm
πŸ”Ž Similar Papers
L
Leilei Yu
Shenzhen Institute for Advanced Study, University of Electronic Science & Technology of China, Shenzhen, China
Y
Y. S. Han
Shenzhen Institute for Advanced Study, University of Electronic Science & Technology of China, Shenzhen, China
P
Pingping Li
Shenzhen Institute for Advanced Study, University of Electronic Science & Technology of China, Shenzhen, China
J
Jiasheng Yuan
Shenzhen Institute for Advanced Study, University of Electronic Science & Technology of China, Shenzhen, China