// MIFARE Darkside hack
//-----------------------------------------------------------------------------
-#include "crapto1.h"
+#ifndef __NONCE2KEY_H
+#define __NONCE2KEY_H
+
#include <inttypes.h>
#include <stdio.h>
+#include "crapto1.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);
\ No newline at end of file
+int nonce2key(uint32_t uid, uint32_t nt, uint64_t par_info, uint64_t ks_info, uint64_t * key);
+
+#endif