From 181e22011d4a48fc286abb8ecb5c75587b102ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 17 Sep 2019 08:26:29 +0000 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06f55b2..de9c35f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@ # MUD MUD is a secure, multipath network protocol over UDP. +See [glorytun](https://github.com/angt/glorytun) for details. ### Compatibility Linux is the platform of choice but it was successfully ported to OpenBSD and OSX. +### Dependencies + + * A recent version of GCC or Clang. + * [libsodium](https://github.com/jedisct1/libsodium). + ### Security -MUD uses [libsodium](https://github.com/jedisct1/libsodium) for all cryptographic operations. -Encryption (and authentication) is done with AES256-GCM when aesni is available otherwise ChaCha20-Poly1305 is used. +Encryption and authentication is done with AEGIS256 when aesni is available otherwise ChaCha20-Poly1305 is used. The Diffie-Hellman function X25519 is used for key exchange. ### Issues