Skip to content

Commit

Permalink
Delete extra printing and white space
Browse files Browse the repository at this point in the history
  • Loading branch information
cflems committed Dec 18, 2023
1 parent 5f2a310 commit 844b2fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkcli_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ def main():
print('forking')
shield()
polymorph()

p,q,n,e,d = Crypto.keygen(bits=bits)
privkey = { 'n': n, 'd': d }
refresh_hdb()
print('done')

while True:
if not work(ha, port, privkey, bits=bits):
Expand Down

0 comments on commit 844b2fe

Please sign in to comment.