Skip to content

Commit 181e220

Browse files
committed
Update README.md
Signed-off-by: Adrien Gallouët <[email protected]>
1 parent 0397bc6 commit 181e220

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# MUD
22

33
MUD is a secure, multipath network protocol over UDP.
4+
See [glorytun](https://github.com/angt/glorytun) for details.
45

56
### Compatibility
67

78
Linux is the platform of choice but it was successfully ported to OpenBSD and OSX.
89

10+
### Dependencies
11+
12+
* A recent version of GCC or Clang.
13+
* [libsodium](https://github.com/jedisct1/libsodium).
14+
915
### Security
1016

11-
MUD uses [libsodium](https://github.com/jedisct1/libsodium) for all cryptographic operations.
12-
Encryption (and authentication) is done with AES256-GCM when aesni is available otherwise ChaCha20-Poly1305 is used.
17+
Encryption and authentication is done with AEGIS256 when aesni is available otherwise ChaCha20-Poly1305 is used.
1318
The Diffie-Hellman function X25519 is used for key exchange.
1419

1520
### Issues

0 commit comments

Comments
 (0)