tcp-chat/src/cryptography
2025-11-18 16:27:54 +05:00
..
AES.c fixed bug in AESStreamEncryptor_encrypt 2025-11-15 15:24:16 +05:00
AES.h fixed bug in AESStreamEncryptor_encrypt 2025-11-15 15:24:16 +05:00
cryptography.h moved program modes code to separate files 2025-11-18 16:27:54 +05:00
hash.c moved program modes code to separate files 2025-11-18 16:27:54 +05:00
rng.c replaced seedFromTime with seedFromSystem 2025-10-25 11:29:45 +05:00
RSA.c created structs Client and Server 2025-11-09 03:37:28 +05:00
RSA.h implemented EncryptedSocketTCP_recvStruct and EncryptedSocketTCP_recvRSA 2025-11-08 18:21:47 +05:00