Add benchmarks for block ciphers.
[bertos.git] / bertos / sec / benchmarks.h
index 47f45ffe9d3ab751c4fb6833123d64b0c2dc1951..23d078f81a8a323f679cd822147ff56675d72706 100644 (file)
@@ -3,8 +3,10 @@
 
 #include <sec/hash.h>
 #include <sec/prng.h>
+#include <sec/cipher.h>
 
 void hash_benchmark(Hash *h, const char *hname, int numk);
 void prng_benchmark(PRNG *prng, const char *hname, int numk);
+void cipher_benchmark(BlockCipher *c, const char *cname, int msg_len);
 
 #endif /* SEC_BENCHMARKS_H */