]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/nonce2key/nonce2key.h
fixed stupid 64-bit formatting for x86/amd64 and unix/windows
[proxmark3-svn] / client / nonce2key / nonce2key.h
index c195d97421e1fc2849da9f3232bc889c839ebf01..8ae6050468001a3d8773e2fe30a7381b4ef1e2d0 100644 (file)
 #ifndef __NONCE2KEY_H
 #define __NONCE2KEY_H
 
-#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