1 2 3 4 5 6 7 8 9
#ifndef BOTAN_BENCHMARCH_H__ #define BOTAN_BENCHMARCH_H__ void benchmark(const std::string&, bool html, double seconds); void bench_pk(const std::string&, bool html, double seconds); u32bit bench_algo(const std::string&, double); #endif