English

Attacking the Polynomials in the Maze of Finite Fields problem

Computational Complexity 2026-03-06 v1

Abstract

In April 2025 GMV announced a competition for finding the best method to solve a particular polynomial system over a finite field. In this paper we provide a method for solving the given equation system significantly faster than what is possible by brute-force or standard Gr\"obner basis approaches. The method exploits the structured sparsity of the polynomial system to compute a univariate polynomial in the associated ideal through successive computations of resultants. A solution to the system can then be efficiently recovered from this univariate polynomial. Pseudocode is given for the proposed ResultantSolver algorithm, along with experiments and comparisons to rival methods. We also discuss further potential improvements, such as parallelizing parts of the computations.

Keywords

Cite

@article{arxiv.2603.05054,
  title  = {Attacking the Polynomials in the Maze of Finite Fields problem},
  author = {Àngela Barbero and Ragnar Freij-Hollanti and Camilla Hollanti and Håvard Raddum and Øyvind Ytrehus and Morten Øygarden},
  journal= {arXiv preprint arXiv:2603.05054},
  year   = {2026}
}
R2 v1 2026-07-01T11:04:43.457Z