mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-20 13:50:42 +00:00
Update README.md
This commit is contained in:
@@ -199,8 +199,8 @@ x= random.randint(2, 100)
|
||||
n=997
|
||||
res1 = g**x % n
|
||||
res2= pow(g,x, n)
|
||||
print res1
|
||||
print res2
|
||||
print (res1)
|
||||
print (res2)
|
||||
```
|
||||
|
||||
Repl.it: https://repl.it/@billbuchanan/powex
|
||||
|
||||
Reference in New Issue
Block a user