mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
b339104f4f
OpenSSL provides BLAKE2s, but it only supports an output of 32 bytes. For WireGuard we need a 16 bytes output as well. The minimum CMake version is bumped to 3.10 because it adds HAS_SSE2 to cmake_host_system_information(): https://cmake.org/cmake/help/v3.10/command/cmake_host_system_information.html
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
[submodule "src/Mayaqua/3rdparty/cpu_features"]
|
|
path = src/Mayaqua/3rdparty/cpu_features
|
|
url = https://github.com/google/cpu_features.git
|
|
[submodule "3rdparty/tinydir"]
|
|
path = 3rdparty/tinydir
|
|
url = https://github.com/cxong/tinydir.git
|
|
[submodule "3rdparty/BLAKE2"]
|
|
path = 3rdparty/BLAKE2
|
|
url = https://github.com/BLAKE2/BLAKE2.git
|