1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-09 17:38:58 +00:00
hashcat/include/benchmark.h
2016-10-30 10:58:14 -07:00

13 lines
257 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _BENCHMARK_H
#define _BENCHMARK_H
extern const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_CNT;
extern const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_BUF[];
#endif // _BENCHMARK_H