proxmark3/client/hardnested
Fl0-0 a2d058f3aa Fix typo and gcc-7 warnings (#401)
* Fix typo in hf mf csave help
* Fix gcc 7 warning: '~' on an expression of type bool [-Wbool-operation], use logical ! not instead of ~
* Fix gcc 7 warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
* Fix gcc 7 warning: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]
2017-09-26 16:36:05 +02:00
..
tables hardnested: reduce disk space for tables (by > 700MBytes) and other minor changes 2017-06-30 08:48:37 +02:00
bf_bench_data.bin New: implementing hf mf hardnested 2017-05-31 07:30:56 +02:00
hardnested_bf_core.c Fix typo and gcc-7 warnings (#401) 2017-09-26 16:36:05 +02:00
hardnested_bf_core.h New: implementing hf mf hardnested 2017-05-31 07:30:56 +02:00
hardnested_bitarray_core.c Fix detection of AVX512 support for Apple clang compiler 2017-09-12 09:09:15 +02:00
hardnested_bitarray_core.h New: implementing hf mf hardnested 2017-05-31 07:30:56 +02:00
hardnested_bruteforce.c fix MacOS compile errors by replacing memalign() with posix_memalign() 2017-06-08 08:26:20 +02:00
hardnested_bruteforce.h New: implementing hf mf hardnested 2017-05-31 07:30:56 +02:00
hardnested_tables.c hardnested: reduce disk space for tables (by > 700MBytes) and other minor changes 2017-06-30 08:48:37 +02:00