Added option --benchmark-all to benchmark all hash-modes not just the default selection

This commit is contained in:
jsteube
2017-12-05 11:08:59 +01:00
parent f817652bbb
commit 1184ae1cdd
9 changed files with 135 additions and 211 deletions
+1 -2
View File
@@ -6,7 +6,6 @@
#ifndef _BENCHMARK_H
#define _BENCHMARK_H
extern const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_CNT;
extern const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_BUF[];
int benchmark_next (hashcat_ctx_t *hashcat_ctx);
#endif // _BENCHMARK_H