SEC: fix undeterminism in X917 and refactor to avoid using a union.
[bertos.git] / bertos / sec / benchmarks.h
1 #ifndef SEC_BENCHMARKS_H
2 #define SEC_BENCHMARKS_H
3
4 #include <sec/hash.h>
5 #include <sec/prng.h>
6
7 void hash_benchmark(Hash *h, const char *hname, int numk);
8 void prng_benchmark(PRNG *prng, const char *hname, int numk);
9
10 #endif /* SEC_BENCHMARKS_H */