Modular Multiplication without Carry Propagation (Algorithm Description)

Oleg Mazonka
DOI: https://doi.org/10.48550/arXiv.2207.14401
2022-07-27
Data Structures and Algorithms
Abstract:This paper describes a sufficiently simple modular multiplication algorithm, which uses only carry-save addition with bit inspection Boolean logic and without number comparison or carry propagation.
What problem does this paper attempt to address?