macOS doesnt pragm

This commit is contained in:
iceman1001 2024-01-25 01:02:20 +01:00
commit 9b3a088f58

View file

@ -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);