mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
ADD: Midnitesnaks's & Pentura labs Ultralight-c modifications in ARMSRC.
ADD: des.c , aes.c in ARMSRC
This commit is contained in:
parent
952a8bb59b
commit
a631936e84
11 changed files with 1930 additions and 12 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <common.h>
|
||||
#include "common.h"
|
||||
|
||||
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue