From f61a668b02da18f26a43c500017669dd8bd1d5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Sat, 31 Mar 2018 02:26:24 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ebc97b..2796b61 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,13 @@ To get started, check the [Wiki](https://github.com/TwoTenPvP/MLAPI/wiki) * Networked NavMeshAgent \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/NetworkedNavMeshAgent)\] * Networked Object Pooling \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Networked-Object-Pooling)\] * Synced Vars \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/SyncedVars)\] +* Encryption \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Message-Encryption)\] ## Planned features * Area of interest -* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA. -* Serializer (both for the library to speed up and to allow structs to be sent easily) +* Serializer +* BinaryWriter & BinaryReader replacement * Message compression ## Example