File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ To get started, check the [Wiki](https://github.com/TwoTenPvP/MLAPI/wiki)
27
27
* Networked NavMeshAgent \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/NetworkedNavMeshAgent ) \]
28
28
* Networked Object Pooling \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Networked-Object-Pooling ) \]
29
29
* Synced Vars \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/SyncedVars ) \]
30
+ * Encryption \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Message-Encryption ) \]
30
31
31
32
32
33
## Planned features
33
34
* Area of interest
34
- * Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
35
- * Serializer (both for the library to speed up and to allow structs to be sent easily)
35
+ * Serializer
36
+ * BinaryWriter & BinaryReader replacement
36
37
* Message compression
37
38
38
39
## Example
You can’t perform that action at this time.
0 commit comments