#ifndef BOTAN_CHECK_BENCHMARK_H__ #define BOTAN_CHECK_BENCHMARK_H__ #include #include void bench_pk(Botan::RandomNumberGenerator& rng, const std::string& algo, double seconds); #endif