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
Computes the modular inverse of a number $\( \text{num} \mod \text{md} \)$ using Fermat's Little Theorem. This method is efficient and operates in $\( O(\log \text{md}) \)$.
36
+
Computes the modular inverse of a number $( \text{num} \mod \text{md} )$ using Fermat's Little Theorem. This method is efficient and operates in $( O(\log \text{md}) )$.
0 commit comments