Merge branch 'main' into dev-v2.3

This commit is contained in:
Gunnar Skjold
2024-01-26 19:29:58 +01:00
2 changed files with 20 additions and 22 deletions

View File

@@ -15,12 +15,6 @@
#define GCM_DECRYPT_FAILED -52
#define GCM_ENCRYPTION_KEY_FAILED -53
typedef struct GCMSizeDef {
uint8_t flag;
uint16_t format;
} __attribute__((packed)) GCMSizeDef;
class GCMParser {
public:
GCMParser(uint8_t *encryption_key, uint8_t *authentication_key);