X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f397b5cc874ac7d658173199d92c30f3f717a300..bfaecce6ebf50e296a1a4d221411581ff96f91c3:/client/nonce2key/nonce2key.h diff --git a/client/nonce2key/nonce2key.h b/client/nonce2key/nonce2key.h index c195d974..acde7c88 100644 --- a/client/nonce2key/nonce2key.h +++ b/client/nonce2key/nonce2key.h @@ -15,9 +15,9 @@ #include #include +#include #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);