Arbitrary-Threshold Fully Homomorphic Encryption with Lower Complexity
Yijia Chang, Songze Li

TL;DR
This paper introduces a more efficient arbitrary-threshold fully homomorphic encryption scheme that reduces complexity and improves performance, enabling practical multi-party privacy-preserving computations.
Contribution
It proposes ATASSES, a novel ATh-ApproxSS primitive with lower complexity, and demonstrates its security, correctness, and efficiency improvements over existing schemes.
Findings
Achieves up to 15.4x speedup over baselines with 1000 parties.
Reduces computational complexity from O(N^2K) to O(N^2+K).
Reduces communication complexity from O(NK) to O(N+K).
Abstract
Threshold fully homomorphic encryption (ThFHE) enables multiple parties to compute functions over their sensitive data without leaking data privacy. Most of existing ThFHE schemes are restricted to full threshold and require the participation of \textit{all} parties to output computing results. Compared with these full-threshold schemes, arbitrary threshold (ATh)-FHE schemes are robust to non-participants and can be a promising solution to many real-world applications. However, existing AThFHE schemes are either inefficient to be applied with a large number of parties and a large data size , or insufficient to tolerate all types of non-participants. In this paper, we propose an AThFHE scheme to handle all types of non-participants with lower complexity over existing schemes. At the core of our scheme is the reduction from AThFHE construction to the design of a new primitive…
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 Data Security · Coding theory and cryptography · Chaos-based Image/Signal Encryption
