File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# MUD
2
2
3
3
MUD is a secure, multipath network protocol over UDP.
4
+ See [ glorytun] ( https://github.com/angt/glorytun ) for details.
4
5
5
6
### Compatibility
6
7
7
8
Linux is the platform of choice but it was successfully ported to OpenBSD and OSX.
8
9
10
+ ### Dependencies
11
+
12
+ * A recent version of GCC or Clang.
13
+ * [ libsodium] ( https://github.com/jedisct1/libsodium ) .
14
+
9
15
### Security
10
16
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.
13
18
The Diffie-Hellman function X25519 is used for key exchange.
14
19
15
20
### Issues
You can’t perform that action at this time.
0 commit comments