From c2397a460098debadac81cbe48129ba1e013f3b8 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 --- bench.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench.h') diff --git a/bench.h b/bench.h index 496b07a1..8bb6ab96 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