MERGED: @holimans changes
MERGED: @piwi changes MERGED: @marshmellows changes. I'm not even gonna try write up all that stuff.. ADD: changed some commands inside the "Hf 14a sim" on deviceside. ADD: @mobeius "two nonce" version for mfkey32. It is also inside the "hf 14a sim" with the "x" parameter.
This commit is contained in:
@@ -27,9 +27,8 @@
|
||||
*/
|
||||
#include "desfire_crypto.h"
|
||||
|
||||
static void xor (const uint8_t *ivect, uint8_t *data, const size_t len);
|
||||
|
||||
static size_t key_macing_length (desfirekey_t key);
|
||||
static void xor (const uint8_t *ivect, uint8_t *data, const size_t len);
|
||||
static size_t key_macing_length (desfirekey_t key);
|
||||
|
||||
static void xor (const uint8_t *ivect, uint8_t *data, const size_t len) {
|
||||
for (size_t i = 0; i < len; i++) {
|
||||
|
||||
Reference in New Issue
Block a user