diff options
-rw-r--r-- | unit_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unit_tests.py b/unit_tests.py index 10b77ea..beb819b 100644 --- a/unit_tests.py +++ b/unit_tests.py @@ -498,7 +498,6 @@ class TestKeys(unittest.TestCase): CKA_COEFFICIENT = inverse(k.q, k.p), CKA_EXPONENT_1 = k.d % (k.p - 1), CKA_EXPONENT_2 = k.d % (k.q - 1)) - print "Public key 0x{:x} private key 0x{:x}".format(public_key, private_key) self.assertIsKeypair(public_key, private_key) hamster = "Your mother was a hamster" p11.C_SignInit(self.session, CKM_SHA512_RSA_PKCS, private_key) |