Residue Number System Comparison revisited, a software perspective

May 18, 2026 Β· Grace Period Β· πŸ› 2025 5th International Conference on Electrical, Computer and Energy Technologies (ICECET), Jul 2025, Paris, France. pp.1-6

⏳ Grace Period
This paper is less than 90 days old. We give authors time to release their code before passing judgment.
Authors Laurent-StΓ©phane Didier, LΓ©a Glandus, Nadia El Mrabet, Jean-Marc Robert arXiv ID 2605.18415 Category cs.DC: Distributed Computing Citations 0 Venue 2025 5th International Conference on Electrical, Computer and Energy Technologies (ICECET), Jul 2025, Paris, France. pp.1-6
Abstract
This paper presents a novel method to compare two numbers in Residue Number System (RNS) using an additional modulus, which is often already available because it is required in modular computations and digital signal processing scaling.Our method provides the comparison of two integers in the full range of the RNS base. It does not require moduli of a special form, unlike other state-of-the-art methods that are restricted to specific RNS bases or require bounds on input numbers. Our approach only requires one single conversion to a mixed radix representation with a complexity of O(n2), which can be reduced to O(log(n)) in time with parallelization. This provides a significant advantage over classical methods and more recent competitive methods which work under restrictions. This opens perspectives for advancements in challenging RNS operations such as division, scaling, and cryptographic applications.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Distributed Computing