Updated Networking library (markdown)

CPunch 2022-09-03 00:50:10 -05:00
parent 708f4d0043
commit 026c9c248e
1 changed files with 1 additions and 1 deletions

@ -10,4 +10,4 @@ A thin wrapper library for basic socket operations exists in `lib/src/net/lsocke
## 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`.