1
0
Fork 0
tetatet/src
Alexander Andreev 944a81a8bf
Let's swap a signature and a half of a nonce. And sign both a pub key and the half of a nonce.
2024-03-24 05:52:19 +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 Let's swap a signature and a half of a nonce. And sign both a pub key and the half of a nonce. 2024-03-24 05:52:19 +04:00
crypt.h An include messup was cleaned. 2024-03-24 05:06:13 +04:00
main.c Replace '< 0' with '== -1'. For the sake of optimisation! xD 2024-03-24 05:32:46 +04:00
net.c An unused stdlib.h include was removed from net.c. 2024-03-23 04:22:36 +04:00
net.h First try to implement a network module. 2024-03-22 03:50:58 +04:00