ADD: @pwpiwi 's latest changes to 'hf mf hardnested'

This commit is contained in:
iceman1001 2016-01-13 09:31:13 +01:00
commit 0d5ee8e245
5 changed files with 207 additions and 28 deletions

View file

@ -8,4 +8,4 @@
// hf mf hardnested command
//-----------------------------------------------------------------------------
int mfnestedhard(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBlockNo, uint8_t trgKeyType, uint8_t *trgkey, bool nonce_file_read, bool nonce_file_write, bool slow);
int mfnestedhard(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBlockNo, uint8_t trgKeyType, uint8_t *trgkey, bool nonce_file_read, bool nonce_file_write, bool slow, int tests);