cryptography rework and beginning of tcp-chat-protocol

This commit is contained in:
2025-10-31 23:19:08 +05:00
parent 42702ffbe7
commit a0bcd2560a
24 changed files with 682 additions and 283 deletions

View File

@@ -3,6 +3,7 @@
#include "tlibc/errors.h"
#define IDB_VERSION 1
#define IDB_AES_KEY_SIZE 32
typedef struct IncrementalDB IncrementalDB;
typedef struct Table Table;