]> 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 dd0701465d65ca386de718f8d76325215e84014a..acde7c8885e98b847d582e0fae704aee510da529 100644 (file)
 // MIFARE Darkside hack
 //-----------------------------------------------------------------------------
 
-#include "crapto1.h"
+#ifndef __NONCE2KEY_H
+#define __NONCE2KEY_H
+
 #include <inttypes.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include "crapto1.h"
+#include "common.h"
 
-typedef unsigned char byte_t;
+int nonce2key(uint32_t uid, uint32_t nt, uint64_t par_info, uint64_t ks_info, uint64_t * key); 
 
-int nonce2key(uint32_t uid, uint32_t nt, uint64_t par_info, uint64_t ks_info, uint64_t * key); 
\ No newline at end of file
+#endif
Impressum, Datenschutz