This commit is contained in:
2026-02-13 17:40:07 +08:00
parent d951b3a7e1
commit 23ad728a35
61 changed files with 362 additions and 246 deletions

View File

@@ -1,5 +1,6 @@
#include "aes.h"
#include "coAes.h"
#include <cstring>
//////////////////////////////////////////////////////////////////////////
static void aes_encrypt_data( aes_context *ctx, const std::string& ins, std::string& outs)