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?

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
Get step-by-step solutions from verified subject matter experts
