00001 #ifndef CRYPTOPP_BENCH_H 00002 #define CRYPTOPP_BENCH_H 00003 00004 #include "cryptlib.h" 00005 00006 void BenchMarkAll(double t=1.0); 00007 00008 #endif