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. In: Proceedings of The 20th World Multi-Conference on Systemics, Cybernetics and Informatics. WMSCI 2016 - 20th World Multi-Conference on Systemics, Cybernetics and Informatics, Proceedings, vol. 1. Orlando: The International Institute of Informatics and Systemics, 2016, pp. 55-62. ISBN 978-1-941763-47-6. 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
conference paper
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
55-62
Journal
Journal on Systemics, Cybernetics and Informatics, vol. 1, no. 3, ISSN 1690-4524
Proceedings
Proceedings of The 20th World Multi-Conference on Systemics, Cybernetics and Informatics
Series
WMSCI 2016 - 20th World Multi-Conference on Systemics, Cybernetics and Informatics, Proceedings
Conference
The 20th World Multi-Conference on Systemics, Cybernetics and Informatics, Orlando, Florida, US
ISBN
978-1-941763-47-6
Publisher
The International Institute of Informatics and Systemics
Place
Orlando, US
EID Scopus
BibTeX
@INPROCEEDINGS{FITPUB10933,
   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 = "55--62",
   booktitle = "Proceedings of The 20th World Multi-Conference on Systemics, Cybernetics and Informatics",
   series = "WMSCI 2016 - 20th World Multi-Conference on Systemics, Cybernetics and Informatics, Proceedings",
   journal = "Journal on Systemics, Cybernetics and Informatics",
   volume = 1,
   number = 3,
   year = 2016,
   location = "Orlando, US",
   publisher = "The International Institute of Informatics and Systemics",
   ISBN = "978-1-941763-47-6",
   ISSN = "1690-4524",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/10933"
}
Files
Back to top