added new packet types

This commit is contained in:
2025-11-09 00:49:29 +05:00
parent 13ccfc7ff9
commit ea4a649e00
11 changed files with 291 additions and 49 deletions

View File

@@ -18,7 +18,7 @@
//TODO: use PKS#7 instead of this garbage
typedef struct EncryptedBlockHeader {
u8 padding_size;
} __attribute__((aligned(16))) EncryptedBlockHeader;
} ATTRIBUTE_ALIGNED(16) EncryptedBlockHeader;
//////////////////////////////////////////////////////////////////////////////
// AESBlockEncryptor //