aboutsummaryrefslogtreecommitdiffstats
path: root/checks/bench.h
blob: 40d3cab8ae559af2ff77acd9ab4e7358db35c2c0 (plain)
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