Deduplicate mfkey32 and mfkey64

- rename client/nonce2key.[ch] to mfkey.[ch]
- leave only main() wrapper in tools/mfkey
- add mfkey32 and mfkey64 to .gitignore
This commit is contained in:
pwpiwi 2017-03-23 18:06:14 +01:00
commit 4cb4b588c2
11 changed files with 193 additions and 170 deletions

View file

@ -19,7 +19,7 @@
#include "ui.h"
#include "mifarehost.h"
#include "mifare.h"
#include "nonce2key.h"
#include "mfkey.h"
#define NESTED_SECTOR_RETRY 10 // how often we try mfested() until we give up