Score: 0

On the Inversion Modulo a Power of an Integer

Published: June 3, 2025 | arXiv ID: 2506.02491v2

By: Guangwu Xu, Yunxiao Tian, Bingxin Yang

Potential Business Impact:

Finds secret numbers faster for computers.

Business Areas:
RISC Hardware

Recently, Koc proposed a neat and efficient algorithm for computing $x = a^{-1} \pmod {p^k}$ for a prime $p$ based on the exact solution of linear equations using $p$-adic expansions. The algorithm requires only addition and right shift per step. In this paper, we design an algorithm that computes $x = a^{-1} \pmod {n^k}$ for any integer $n>1$. The algorithm has a motivation from the schoolbook multiplication and achieves both efficiency and generality. The greater flexibility of our algorithm is explored by utilizing the build-in arithmetic of computer architecture, e.g., $n=2^{64}$, and experimental results show significant improvements. This paper also contains some results on modular inverse based on an alternative proof of correctness of Koc algorithm.

Country of Origin
🇨🇳 China

Page Count
7 pages

Category
Computer Science:
Data Structures and Algorithms