hashcat/include/benchmark.h

12 lines
190 B
C
Raw Permalink Normal View History

2016-09-11 11:42:19 +02:00
/**
* Author......: See docs/credits.txt
2016-09-11 11:42:19 +02:00
* License.....: MIT
*/
#ifndef HC_BENCHMARK_H
#define HC_BENCHMARK_H
2016-09-11 11:42:19 +02:00
int benchmark_next (hashcat_ctx_t *hashcat_ctx);
2016-10-30 18:55:27 +01:00
#endif // HC_BENCHMARK_H