Skip to content

Commit 7c6059f

Browse files
authored
Did some optimizations
Removed unnecessary codes.
1 parent fccd19b commit 7c6059f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

decryptRSA.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ def decrypt(block, block2, d, nKey):
77
b = 1
88
c = 1
99

10-
print(block, block2)
11-
1210
while a != 0:
1311
b = (block * b)
1412
a = a - 1

0 commit comments

Comments
 (0)