Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-22 17:25:47 +00:00

nfqws2: add mtproto detection

This commit is contained in:
bol-van
2025-11-23 12:22:16 +03:00
parent 0bc4ce03d2
commit 9a6353cb14
6 changed files with 83 additions and 5 deletions

View File

@@ -3,6 +3,10 @@
#include "lua.h"
#include "params.h"
#include "helpers.h"
#include "crypto/sha.h"
#include "crypto/aes-gcm.h"
#include "crypto/aes-ctr.h"
static void lua_check_argc(lua_State *L, const char *where, int argc)
{