chg: optimization of iclass mac calculations on deviceside (@pwpiwi) see https://github.com/Proxmark/proxmark3/pull/861

chg: some textual
This commit is contained in:
iceman1001 2019-08-27 10:51:52 +02:00
commit 48d3802d35
5 changed files with 125 additions and 93 deletions

View file

@ -44,7 +44,7 @@
int cs_win_snprintf(char *str, size_t size, const char *format, ...);
int cs_win_vsnprintf(char *str, size_t size, const char *format, va_list ap);
#if _MSC_VER >= 1700
#include <stdint.h>
#include "stdint.h"
#else
typedef _int64 int64_t;
typedef unsigned _int64 uint64_t;