First time here? Check out the FAQ!
answered 2018-09-14 02:04:13 +0100
Using pow(a, b, c) instead of a.powermod(b, c) should work.
pow(a, b, c)
a.powermod(b, c)