Update for 05-11-21 15:00

This commit is contained in:
Tyler Perkins 2021-11-05 15:00:01 -04:00
parent eb2b3fc1da
commit fa8ab6b629

View File

@ -8,7 +8,9 @@ Steps, represented as psuedo code (for A^-1 = (mod m))
{{{ {{{
lhs = m lhs = m
rhs = A rhs = A
modulo = 0
while modulo != 1
//lhs = rhs * (int(lhs/rhs)) + remainder
}}} }}}