summaryrefslogtreecommitdiff
path: root/pct-speedtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pct-speedtest.py')
-rw-r--r--pct-speedtest.py1
1 files changed, 0 insertions, 1 deletions
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)