English

Better Sample -- Random Subset Sum in $2^{0.255n}$ and its Impact on Decoding Random Linear Codes

Data Structures and Algorithms 2019-10-22 v2 Cryptography and Security

Abstract

We propose a new heuristic algorithm for solving random subset sum instances a1,,an,tZ2na_1, \ldots, a_n, t \in \mathbb{Z}_{2^n}, which play a crucial role in cryptographic constructions. Our algorithm is search tree-based and solves the instances in a divide-and-conquer method using the representation method. From a high level perspective, our algorithm is similar to the algorithm of Howgrave-Graham-Joux (HGJ) and Becker-Coron-Joux (BCJ), but instead of enumerating the initial lists we sample candidate solutions. So whereas HGJ and BCJ are based on combinatorics, our analysis is stochastic. Our sampling technique introduces variance that increases the amount of representations and gives our algorithm more optimization flexibility. This results in the remarkable and natural property that we improve with increasing search tree depth. Whereas BCJ achieves the currently best known (heuristic) run time 20.291n2^{0.291n} for random subset sum, we improve (heuristically) down to 20.255n2^{0.255n} using a search tree of depth at least 1313. We also apply our subset algorithm to the decoding of random binary linear codes, where we improve the best known run time of the Becker-Joux-May-Meurer algorithm from 20.048n2^{0.048n} in the half distance decoding setting down to 20.042n2^{0.042n}.

Keywords

Cite

@article{arxiv.1907.04295,
  title  = {Better Sample -- Random Subset Sum in $2^{0.255n}$ and its Impact on Decoding Random Linear Codes},
  author = {Andre Esser and Alexander May},
  journal= {arXiv preprint arXiv:1907.04295},
  year   = {2019}
}

Comments

Issue with counting duplicate representations

R2 v1 2026-06-23T10:16:32.232Z