Page 1 of 1

The time complexity to perform the modular exponentiation of a ≡ cg (mod m).

Posted: Thu Jul 14, 2022 9:01 am
by answerhappygod
a) O(m+a)
b) O(a*g)
c) O(gm)
d) O(g)