Some New Methods to Generate Short Addition Chains
Yuanchao Ding, Hua Guo, Yewei Guan, Hutao Song, Xiyong Zhang

TL;DR
This paper introduces novel algorithms for generating shorter addition chains, significantly improving efficiency in modular exponentiation and scalar multiplication for cryptography.
Contribution
It proposes a Simplified Power-tree method and an improved Cross Window method with the Addition Sequence algorithm, reducing computation time and chain length.
Findings
Simplified Power-tree reduces complexity to O(k^2)
Cross Window method achieves up to 9.5% shorter chains
New methods outperform existing techniques in experiments
Abstract
Modular exponentiation and scalar multiplication are important operations of most public key cryptosystems, and their fast calculation is essential to improve the system efficiency. The shortest addition chain is one of the most important mathematical concepts to realize the optimization. However, finding a shortest addition chain of length k is an NP-hard problem, whose time complexity is comparable to O(). This paper proposes some novel methods to generate short addition chains. We firstly present a Simplified Power-tree method by deeply deleting the power-tree, whose time complexity is reduced to O() sacrificing some increasing of the addition chain length. Moreover, a Cross Window method and its variant are introduced by improving the Window method. More precisely, the Cross Window method uses the cross correlation to deal with the windows and its pre-computation is…
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 Residue Arithmetic · Coding theory and cryptography · Cryptography and Data Security
