Chapter 1: Q14E (page 49)
Suppose you want to compute the nth Fibonacci number , modulo an integer . Can you find an efficient way to do this?
Short Answer
The final running time after computing each step of is
Chapter 1: Q14E (page 49)
Suppose you want to compute the nth Fibonacci number , modulo an integer . Can you find an efficient way to do this?
The final running time after computing each step of is
All the tools & learning materials you need for study success - in one app.
Get started for freeSuppose that instead of using a compositein the RSA cryptosystem (Figure 1.9), we simply use a prime modulus p . As in RSA, we would have an encryption exponent e, and the encryption of a message would be Prove that this new cryptosystem is not secure, by giving an efficient algorithm to decrypt: that is, an algorithm that given and as input, computes . Justify the correctness and analyze the running time of your decryption algorithm.
Compute two different ways: by finding the factorization of each number, and by using Euclid’s algorithm.
What is ?
On page 38, we claimed that since about a fraction of n-bit numbers are prime, on average it is sufficient to draw random n -bit numbers before hitting a prime. We now justify this rigorously. Suppose a particular coin has a probability p of coming up heads. How many times must you toss it, on average, before it comes up heads? (Hint: Method 1: start by showing that the correct expression is . Method 2: if E is the average number of coin tosses, show that ).
Find the inverse of:.
What do you think about this solution?
We value your feedback to improve our textbook solutions.