mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
macOS doesnt pragm
This commit is contained in:
parent
8456e41b02
commit
9b3a088f58
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ typedef struct {
|
|||
const uint8_t aesIV[16];
|
||||
const uint8_t hmacKey[16];
|
||||
} nfc3d_keygen_derivedkeys_t;
|
||||
#pragma pack(0)
|
||||
#pragma pack()
|
||||
|
||||
void nfc3d_keygen(const nfc3d_keygen_masterkeys_t *baseKeys, const uint8_t *baseSeed, nfc3d_keygen_derivedkeys_t *derivedKeys);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue