Update for 05-11-21 15:00
This commit is contained in:
parent
eb2b3fc1da
commit
fa8ab6b629
@ -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
|
||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user