]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/nonce2key/nonce2key.h
there was bug in `hf mf mifare`. and speed up this command.
[proxmark3-svn] / client / nonce2key / nonce2key.h
index c195d97421e1fc2849da9f3232bc889c839ebf01..acde7c8885e98b847d582e0fae704aee510da529 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <inttypes.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "crapto1.h"
-
-typedef unsigned char byte_t;
+#include "common.h"
 
 int nonce2key(uint32_t uid, uint32_t nt, uint64_t par_info, uint64_t ks_info, uint64_t * key); 
 
Impressum, Datenschutz