Chapter 1: Q24E (page 49)
If p is prime, how many elements of have an inverse modulo ?
Short Answer
The total number of inverses is .
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 1: Q24E (page 49)
If p is prime, how many elements of have an inverse modulo ?
The total number of inverses is .
All the tools & learning materials you need for study success - in one app.
Get started for free
Digital signatures, continued.Consider the signature scheme of Exercise .
(a) Signing involves decryption, and is therefore risky. Show that if Bob agrees to sign anything he is asked to, Eve can take advantage of this and decrypt any message sent by Alice to Bob.
(b) Suppose that Bob is more careful, and refuses to sign messages if their signatures look suspiciously like text. (We assume that a randomly chosen messagethat is, a random number in the range is very unlikely to look like text.) Describe a way in which Eve can nevertheless still decrypt messages from Alice to Bob, by getting Bob to sign messages whose signatures look random.
In an RSA cryptosystem, p = 7and q = 11(as in Figure 1.9). Find appropriate exponents and .
Prove or disprove: If a has an inverse modulo b, then b has an inverse modulo a.
Give an efficient algorithm to compute the least common multiple of two n-bit numbers and , that is, the smallest number divisible by both and . What is the running time of your algorithm as a function of ?
Prove that the grade-school multiplication algorithm (page 24), when applied to binary numbers, always gives the right answer.
What do you think about this solution?
We value your feedback to improve our textbook solutions.