Search In this Thesis
   Search In this Thesis  
العنوان
A Quantum Attack-Immune Public Key Cipher\
المؤلف
Mohamed,Ayman Wagih Mohsen Ahmed
هيئة الاعداد
باحث / ايمن وجيه محسن احمد محمد
مشرف / ايمن محمد بهاء الدين
مشرف / محمد علي على صبح
مناقش / عمرو جلال الدين أحمد وصال
تاريخ النشر
2019.
عدد الصفحات
102p.:
اللغة
الإنجليزية
الدرجة
ماجستير
التخصص
الهندسة الكهربائية والالكترونية
تاريخ الإجازة
1/1/2019
مكان الإجازة
جامعة عين شمس - كلية الهندسة - كهرباء حاسبات
الفهرس
Only 14 pages are availabe for public view

from 109

from 109

Abstract

In this work we discuss the history of lattice-based cryptography, study the recently developed lattice-based cryptosystems, and compare the performance of the HewHope, Kyber, Saber and Round5 CPA public key cryptosystems and CCA key encapsulation mechanisms. These cryptosystems are among the candidates of the second round of the NIST post-quantum cryptography standardization competition. We concentrate on the performance of these cryptosystems. And the main factors affecting the performace are: polynomial multiplication and random buffer generation.
There are several methods to perform polynomial multiplication such as Karatsuba, Toom-Cook, index-based and NTT methods. The NTT method is the fastest, but it limits the choice of the cryptosystem parameters.
Random buffer generation can be sped up by using AES128 in counter mode or any fast stream cipher instead of the SHA3 function shake128. High performance can be achieved on modern processors by using the new AES instructions AES-NI.
We also profile the Kyber CPA cryptosystem to show the impact of random buffer generation using extendable output functions on the performance of such cryptosystems. We make all our code available at http://github.com/a1024/pqc.