X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fsec%2Fbenchmarks.h;h=23d078f81a8a323f679cd822147ff56675d72706;hb=00a373a2b0382bcf9fe234db2964eb75a0cd2a5d;hp=47f45ffe9d3ab751c4fb6833123d64b0c2dc1951;hpb=d49cf5d4b33cdefaa113ec88d83ac832de179554;p=bertos.git diff --git a/bertos/sec/benchmarks.h b/bertos/sec/benchmarks.h index 47f45ffe..23d078f8 100644 --- a/bertos/sec/benchmarks.h +++ b/bertos/sec/benchmarks.h @@ -3,8 +3,10 @@ #include #include +#include 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 */