From 7e0f6789a8187ca8c691e4211b91eb16e5588203 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 23 Apr 2015 13:23:43 +0200 Subject: Performance --- test-vectors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-vectors.py') diff --git a/test-vectors.py b/test-vectors.py index 2cd75f5..065bb76 100755 --- a/test-vectors.py +++ b/test-vectors.py @@ -54,5 +54,5 @@ for vector in test_vectors: print encryption == vector['ciphertext'].decode('hex'), decryption == vector['plaintext'].decode('hex') print "Generating round keys:", str(time_cipher) + "s" -print "Encryption:", str(time_encrypt) + "s" -print "Decryption:", str(time_decrypt) + "s" \ No newline at end of file +print "Encryption: ", str(time_encrypt) + "s" +print "Decryption: ", str(time_decrypt) + "s" \ No newline at end of file -- cgit v1.2.3