mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-12 10:48:57 +00:00
12 lines
180 B
C
12 lines
180 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _BENCHMARK_H
|
|
#define _BENCHMARK_H
|
|
|
|
#define DEFAULT_BENCHMARK_ALGORITHMS_CNT 146
|
|
|
|
#endif // _BENCHMARK_H
|