Computing modular polynomials in quasi-linear time
Andreas Enge (INRIA Futurs)

TL;DR
This paper presents a quasi-linear time algorithm for computing modular polynomials using floating point evaluation and interpolation, significantly improving efficiency for large levels and various modular functions.
Contribution
The authors introduce a novel algorithm with nearly linear complexity for computing modular polynomials, applicable to prime, composite levels, and various modular functions.
Findings
Algorithm achieves near-linear complexity in polynomial size.
Successfully computes high-level modular equations in record time.
Distributed implementation confirms theoretical efficiency.
Abstract
We analyse and compare the complexity of several algorithms for computing modular polynomials. We show that an algorithm relying on floating point evaluation of modular functions and on interpolation, which has received little attention in the literature, has a complexity that is essentially (up to logarithmic factors) linear in the size of the computed polynomials. In particular, it obtains the classical modular polynomials of prime level in time O (\ell^3 \log^4 \ell \log \log \ell). Besides treating modular polynomials for , which are an important ingredient in many algorithms dealing with isogenies of elliptic curves, the algorithm is easily adapted to more general situations. Composite levels are handled just as easily as prime levels, as well as polynomials between a modular function and its transform of prime level, such as the Schl\"afli…
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.
Taxonomy
TopicsCryptography and Residue Arithmetic · Polynomial and algebraic computation · Numerical Methods and Algorithms
