1
0
Fork 0
tetatet/src
Alexander Andreev b9b82a0e26
Return a number of bytes read or sent.
2024-03-24 17:55:39 +04:00
..
audio.c Let's put some pointer safety. Like checks for NULL and actually freeing them in case of errors. 2024-03-24 05:35:39 +04:00
audio.h An include messup was cleaned. 2024-03-24 05:06:13 +04:00
crypt.c Changed a crypt_hello_get_nonce func because now a half of a nonce is placed after a pub key and before a signature. 2024-03-24 05:56:30 +04:00
crypt.h Remove useless comments. 2024-03-24 14:08:13 +04:00
main.c Let's uncomment a code for audio and put an encryption in it. 2024-03-24 06:05:01 +04:00
net.c Return a number of bytes read or sent. 2024-03-24 17:55:39 +04:00
net.h Return a number of bytes read or sent. 2024-03-24 17:55:39 +04:00