From 67d8cd1aaf1863cd7510baebbef9b395015312e4 Mon Sep 17 00:00:00 2001 From: Legrandin Date: Mon, 14 May 2012 19:52:30 +0200 Subject: Removed PGP mode from block ciphers --- pct-speedtest.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pct-speedtest.py') diff --git a/pct-speedtest.py b/pct-speedtest.py index 6b84ef0..835286c 100644 --- a/pct-speedtest.py +++ b/pct-speedtest.py @@ -203,7 +203,6 @@ class Benchmark: self.test_key_setup(cipher_name, module, key_bytes, module.MODE_CBC) self.test_encryption("%s-CBC" % (cipher_name,), module, key_bytes, module.MODE_CBC) self.test_encryption("%s-CFB" % (cipher_name,), module, key_bytes, module.MODE_CFB) - self.test_encryption("%s-PGP" % (cipher_name,), module, key_bytes, module.MODE_PGP) self.test_encryption("%s-OFB" % (cipher_name,), module, key_bytes, module.MODE_OFB) self.test_encryption("%s-ECB" % (cipher_name,), module, key_bytes, module.MODE_ECB) -- cgit v1.2.1