A low-memory algorithm for finding short product representations in finite groups
Gaetan Bisson, Andrew V. Sutherland

TL;DR
This paper introduces a memory-efficient Pollard-rho based algorithm for finding short product representations in finite groups, with applications to class groups and elliptic curve isogenies.
Contribution
It presents a novel low-memory algorithm for subset sum problems in finite groups, improving efficiency and applicability in cryptographic contexts.
Findings
Expected running time is O(√n log n) group operations for certain sequences.
Algorithm requires only O(1) group element storage.
Rigorous proof provided for cases where d > 4.
Abstract
We describe a space-efficient algorithm for solving a generalization of the subset sum problem in a finite group G, using a Pollard-rho approach. Given an element z and a sequence of elements S, our algorithm attempts to find a subsequence of S whose product in G is equal to z. For a random sequence S of length d log_2 n, where n=#G and d >= 2 is a constant, we find that its expected running time is O(sqrt(n) log n) group operations (we give a rigorous proof for d > 4), and it only needs to store O(1) group elements. We consider applications to class groups of imaginary quadratic fields, and to finding isogenies between elliptic curves over a finite field.
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
TopicsGeometric and Algebraic Topology · Limits and Structures in Graph Theory · Algorithms and Data Compression
