Question: Give a polynomial-time algorithm for computing a^(b^c) mod p, given a, b, c, and prime p. Chegg gives the answer below but why does b^c=b^c(mod

Give a polynomial-time algorithm for computing a^(b^c) mod p, given a, b, c, and prime p. Chegg gives the answer below but why does b^c=b^c(mod p-1). How did it get like that?

Give a polynomial-time algorithm for computing a^(b^c) mod p, given a, b,

Polynomial-time algorithm: As per the "Fermat's Little Theorem" = 1 mod p This theorem can be written as follows: ap-1 mod p =1 Move the value "1" from right to left ap-1 mod p-1=0 Thus, be" can be written as follows: be=b' mod (p-1) Then the expression a' " can be written as follows: abc =ab, mod ( p-I'mod p (1)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!