From 026c9c248eea06d689fe2b739f0a649a263dca54 Mon Sep 17 00:00:00 2001 From: CPunch Date: Sat, 3 Sep 2022 00:50:10 -0500 Subject: [PATCH] Updated Networking library (markdown) --- Networking-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Networking-library.md b/Networking-library.md index 5399bfc..dbd9b96 100644 --- a/Networking-library.md +++ b/Networking-library.md @@ -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`. \ No newline at end of file +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`. \ No newline at end of file