You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modular Exponentiation is used when we are calculating a^b % m and a, b are very big numbers. We convert b to binary digits and then perform some tasks on it if the bit of digit b is 1.