mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style define
This commit is contained in:
parent
5848b31ee1
commit
2932fefd82
1 changed files with 5 additions and 5 deletions
|
@ -154,12 +154,12 @@ typedef struct {
|
||||||
|
|
||||||
// iCLASS secure mode memory mapping
|
// iCLASS secure mode memory mapping
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t csn[8];
|
uint8_t csn[PICOPASS_BLOCK_SIZE];
|
||||||
picopass_conf_block_t conf;
|
picopass_conf_block_t conf;
|
||||||
uint8_t epurse[8];
|
uint8_t epurse[PICOPASS_BLOCK_SIZE];
|
||||||
uint8_t key_d[8];
|
uint8_t key_d[PICOPASS_BLOCK_SIZE];
|
||||||
uint8_t key_c[8];
|
uint8_t key_c[PICOPASS_BLOCK_SIZE];
|
||||||
uint8_t app_issuer_area[8];
|
uint8_t app_issuer_area[PICOPASS_BLOCK_SIZE];
|
||||||
} PACKED picopass_hdr_t;
|
} PACKED picopass_hdr_t;
|
||||||
|
|
||||||
// iCLASS non-secure mode memory mapping
|
// iCLASS non-secure mode memory mapping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue