summaryrefslogtreecommitdiff
path: root/bench.h
blob: 1e1f67e7a2189053eae9d225c35bb08137e9923a (plain)
1
2
3
4
5
6
7
8
#ifndef CRYPTOPP_BENCH_H
#define CRYPTOPP_BENCH_H

#include "cryptlib.h"

void BenchMarkAll(double t=1.0);

#endif