Publication Details

Impact of Optimization and Parallelism on Factorization Speed of SIQS

BREITENBACHER Dominik, HOMOLIAK Ivan, JAROŠ Jiří and HANÁČEK Petr. Impact of Optimization and Parallelism on Factorization Speed of SIQS. Journal on Systemics, Cybernetics and Informatics, vol. 14, no. 3, 2016, pp. 51-58. ISSN 1690-4524. Available from: http://www.iiisci.org/Journal/CV$/sci/pdfs/SA559BN16.pdf
Czech title
Vliv optimalizace a paralelizace na faktorizační rychlost SIQS
Type
journal article
Language
english
Authors
URL
Keywords

Factorization, SIQS, Parallelism, OpenMP, Profiling, RSA cryptanalysis

Abstract

This paper examines optimization possibilities of Self-Initialization Quadratic Sieve (SIQS), which is enhanced version of Quadratic Sieve factorization method.SIQS is considered the second fastest factorization method at all and the fastest one for numbers shorter than 100 decimal digits, respectively.Although, SIQS is the fastest method up to 100 decimal digits, it cannot be effectively utilized to work in polynomial time.Therefore, it is desirable to look for options how to speed up the method as much as possible.Two feasible ways of achieving it are code optimization and parallelism.Both of them are utilized in this paper.The goal of this paper is to show how it is possible to take advantage of parallelism in SIQS as well as reach a large speed-up thanks to detailed source code analysis with optimization.Our implementation process consists of two phases.In the first phase, the complete algorithm is implemented in the simplest way which does not consider any requirements for execution speed.The solution from the first phase serves as the reference implementation for further experiments.An improvement of factorization speed is performed in the second phase of the SIQS implementation, where we use the method of iterative modifications in order to examine contribution of each proposed step.The final optimized version of the SIQS implementation has achieved over 200x speed-up.

Published
2016
Pages
51-58
Journal
Journal on Systemics, Cybernetics and Informatics, vol. 14, no. 3, ISSN 1690-4524
Publisher
International Institute of Informacs and Systemics
BibTeX
@ARTICLE{FITPUB11267,
   author = "Dominik Breitenbacher and Ivan Homoliak and Ji\v{r}\'{i} Jaro\v{s} and Petr Han\'{a}\v{c}ek",
   title = "Impact of Optimization and Parallelism on Factorization Speed of SIQS",
   pages = "51--58",
   journal = "Journal on Systemics, Cybernetics and Informatics",
   volume = 14,
   number = 3,
   year = 2016,
   ISSN = "1690-4524",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/11267"
}
Back to top