SEC: move SHA-1 benchmark into generic file.
[bertos.git] / bertos / sec / benchmarks.h
1 #ifndef SEC_BENCHMARKS_H
2 #define SEC_BENCHMARKS_H
3
4 #include <sec/hash.h>
5
6 void hash_benchmark(Hash *h, const char *hname, int numk);
7
8 #endif /* SEC_BENCHMARKS_H */