moved program modes code to separate files

This commit is contained in:
2025-11-18 16:27:54 +05:00
parent 1b00f503c8
commit d0d7d26671
8 changed files with 223 additions and 164 deletions

View File

@@ -2,6 +2,7 @@
#include "tlibc/collections/Array.h"
#include "tlibc/errors.h"
#include "bearssl_rand.h"
#include "bearssl_hash.h"
#include "tcp-chat/common_constants.h"
//////////////////////////////////////////////////////////////////////////////

View File

@@ -1,5 +1,4 @@
#include "cryptography.h"
#include "bearssl_hash.h"
#include "assert.h"
void hash_password(Array(u8) password, u8* out_buffer, i32 iterations){