Answered step by step
Verified Expert Solution
Question
1 Approved Answer
7. The modulus of RSA has been enlarged over the years in order to thwart improved attacks. As one would assume, public-key algorithms become slower
7. The modulus of RSA has been enlarged over the years in order to thwart improved attacks. As one would assume, public-key algorithms become slower as the modulus length increases. We study the relation between modulus length and performance in this problem The performance of RSA, and of almost any other public-key algorithm, is dependent on how fast modulo exponentiation with large numbers can be performed (a) Assume that one modulo multiplication with k-bit numbers takes "c.k2" clock cycles, where c is a constant. How much slower is RSA encryption/decryption with k-1024 bits compared to RSA with k=512 bits on average if the number of multiplications needed is "1.5k"? (b) Assume that similar to above, the number of multiplications needed is "1.5k". In practice, the Karatsuba algorithm, which has an asymptotical complexity that is proportional to klog23, is often used for long number multiplication in cryptog- raphy. Assume that this more advanced technique requires d-klogz3-c' .k1.585 clock cycles for multiplication or squaring where c' is a constant. What is the ratio between RSA encryption with 1024 bit and RSA with 512 bit if the Karat- suba algorithm is used in both cases? Again, assume that full-length exponents are being used. 7. The modulus of RSA has been enlarged over the years in order to thwart improved attacks. As one would assume, public-key algorithms become slower as the modulus length increases. We study the relation between modulus length and performance in this problem The performance of RSA, and of almost any other public-key algorithm, is dependent on how fast modulo exponentiation with large numbers can be performed (a) Assume that one modulo multiplication with k-bit numbers takes "c.k2" clock cycles, where c is a constant. How much slower is RSA encryption/decryption with k-1024 bits compared to RSA with k=512 bits on average if the number of multiplications needed is "1.5k"? (b) Assume that similar to above, the number of multiplications needed is "1.5k". In practice, the Karatsuba algorithm, which has an asymptotical complexity that is proportional to klog23, is often used for long number multiplication in cryptog- raphy. Assume that this more advanced technique requires d-klogz3-c' .k1.585 clock cycles for multiplication or squaring where c' is a constant. What is the ratio between RSA encryption with 1024 bit and RSA with 512 bit if the Karat- suba algorithm is used in both cases? Again, assume that full-length exponents are being used
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started