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
The procedure written by Louis generates a tree recursive process. Each time he halves the exponent, he computes the `expmod` procedure twice, so overall the number of times the `expmod` procedure needs to be computed is proportional to the starting exponent.