implemented LoginRequest handler, changed ErrorMessage and ServerPublicInfoResponse

This commit is contained in:
2025-11-15 12:14:33 +05:00
parent ef2531c63b
commit 9942d94c94
17 changed files with 285 additions and 110 deletions

View File

@@ -15,7 +15,6 @@
#define AESStream_DEFAULT_CLASS (&br_aes_big_ctr_vtable)
//TODO: use PKS#7 instead of this garbage
typedef struct EncryptedBlockHeader {
u8 padding_size;
} ATTRIBUTE_ALIGNED(16) EncryptedBlockHeader;