1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-22 13:00:05 +00:00

Updated Networking library (markdown)

CPunch 2022-09-03 00:50:10 -05:00
parent 708f4d0043
commit 026c9c248e

@ -10,4 +10,4 @@ A thin wrapper library for basic socket operations exists in `lib/src/net/lsocke
## Lightweight encrypted packet protocol ## Lightweight encrypted packet protocol
Laika uses a simple keypair based packet encryption technique with LibSodium handling the cryptographic work. For details on how packets are handled, check `lib/src/lpeer.c`. For details on each packet type and it's expected content, see `lib/include/lpacket.h`. Laika uses a simple keypair based packet encryption technique with LibSodium handling the cryptographic work. For details on how packets are handled, check `lib/src/net/lpeer.c`. For details on each packet type and it's expected content, see `lib/include/net/lpacket.h`.