Deterministic Algorithms to Solve the $(n,k)$-Complete Hidden Subset Sum Problem
Abstract
The Hidden Subset Sum Problem (HSSP) is a significant NP-complete problem in number theory and combinatorics, with applications in cryptography and AI privacy. For the -complete HSSP, where a target multiset must be recovered from its all -subset sums, existing algorithms face limitations due to high complexity or intractability. This paper proposes two deterministic algorithms: a brute-force approach, and a novel method leveraging symmetric polynomials and Vieta's formulas with complexity, where counts the number of partitions of a positive integer into at most parts. The latter constructs an -th degree polynomial via Vieta's formulas, whose roots correspond to the hidden multiset elements. Additionally, the discussion about the homogeneous symmetric polynomial rings is of independent interest.
Cite
@article{arxiv.2412.04967,
title = {Deterministic Algorithms to Solve the $(n,k)$-Complete Hidden Subset Sum Problem},
author = {Lixia Luo and Changheng Li and Qiongxiu Li},
journal= {arXiv preprint arXiv:2412.04967},
year = {2025}
}