e6fc789a0980796c0dd8d408ec8ce1ca57bc9db2
[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 */