From 5974a0b0e7698d56a0c28f1a34043eedf9be7edb Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 15 Apr 2007 23:42:58 +0000 Subject: benchmark key and IV setup. remove low security benchmarks git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@289 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- bench.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench.h') diff --git a/bench.h b/bench.h index 496b07a..8bb6ab9 100644 --- a/bench.h +++ b/bench.h @@ -5,7 +5,7 @@ extern const double CLOCK_TICKS_PER_SECOND; -void BenchmarkAll(double t); -void BenchmarkAll2(double t); +void BenchmarkAll(double t, double hertz); +void BenchmarkAll2(double t, double hertz); #endif -- cgit v1.2.1