mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
macOS doesnt pragm
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user