aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/speed.h
blob: 97aa0ecc1a66b2cf043673de664660caf8182792 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef BOTAN_CHECK_BENCHMARK_H__
#define BOTAN_CHECK_BENCHMARK_H__

#include <botan/rng.h>
#include <string>

void bench_pk(Botan::RandomNumberGenerator& rng,
              const std::string& algo, double seconds);

#endif