Distributed Modular Calculator Example


a =
b =
m =


a/b =


a mod m =


a*b mod m =


the factors of a are


a^b mod m =


the inverse of a =


the solution of : a*X = b mod m is


gcd(a,b) =


Does it work?? Comments? Thanks.