mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
works
This commit is contained in:
parent
eaecd7f541
commit
362d203909
3 changed files with 56 additions and 6 deletions
|
@ -2535,7 +2535,6 @@ int mfnestedhard(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBloc
|
|||
{
|
||||
char progress_text[80];
|
||||
|
||||
SetSIMDInstr(SIMD_NONE);
|
||||
char instr_set[12] = {0};
|
||||
get_SIMD_instruction_set(instr_set);
|
||||
PrintAndLog("Using %s SIMD core.", instr_set);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue