summaryrefslogtreecommitdiff
path: root/bench.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-19 03:47:20 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-19 03:47:20 +0000
commit153b79ef5d9b042b23eba9aa332ec025bbc3300e (patch)
tree09d13a6fae123a46962ad82f4b88b7c91bd08335 /bench.cpp
parent609446928f2c6f2e51cc906a037cd79ef4dfd312 (diff)
downloadcryptopp-153b79ef5d9b042b23eba9aa332ec025bbc3300e.tar.gz
remove Diamond2, code size reductions
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@107 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'bench.cpp')
-rw-r--r--bench.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/bench.cpp b/bench.cpp
index 82f8446..3e0fa92 100644
--- a/bench.cpp
+++ b/bench.cpp
@@ -19,7 +19,6 @@
#include "arc4.h"
#include "rc5.h"
#include "blowfish.h"
-#include "diamond.h"
#include "wake.h"
#include "3way.h"
#include "safer.h"
@@ -466,8 +465,6 @@ void BenchMarkAll(double t)
BenchMarkKeyed<RC2::Encryption>("RC2", t);
BenchMarkKeyed<RC5::Encryption>("RC5 (r=16)", t);
BenchMarkKeyed<Blowfish::Encryption>("Blowfish", t);
- BenchMarkKeyed<Diamond2::Encryption>("Diamond2", t);
- BenchMarkKeyed<Diamond2Lite::Encryption>("Diamond2 Lite", t);
BenchMarkKeyed<ThreeWayDecryption>("3-WAY", t);
BenchMarkKeyed<TEA::Encryption>("TEA", t);
BenchMarkKeyedVariable<SAFER_SK::Encryption>("SAFER (r=8)", t, 8);