Deterministic Algorithms to Solve the -Complete Hidden Subset Sum Problem
arXiv:2412.04967
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.