mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
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:
parent
1e648088b1
commit
48d3802d35
5 changed files with 125 additions and 93 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue