-
-
Notifications
You must be signed in to change notification settings - Fork 126
/
.gitmodules
30 lines (30 loc) · 1.19 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "concurrentqueue"]
path = concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
[submodule "Algorithms/mbedtls/mbedtls"]
path = Algorithms/mbedtls/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "tiny-json"]
path = tiny-json
url = https://github.com/rafagafe/tiny-json.git
[submodule "Algorithms/xxHash/xxHash"]
path = Algorithms/xxHash/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "Algorithms/BLAKE3/BLAKE3"]
path = Algorithms/BLAKE3/BLAKE3
url = https://github.com/BLAKE3-team/BLAKE3.git
[submodule "Algorithms/XKCP/XKCP"]
path = Algorithms/XKCP/XKCP
url = https://github.com/XKCP/XKCP.git
[submodule "Algorithms/streebog/streebog"]
path = Algorithms/streebog/streebog
url = https://github.com/adegtyarev/streebog.git
[submodule "Algorithms/crc32/crc32"]
path = Algorithms/crc32/crc32
url = https://github.com/stbrumme/crc32.git
[submodule "Algorithms/QuickXorHash/QuickXorHash"]
path = Algorithms/QuickXorHash/QuickXorHash
url = https://github.com/namazso/QuickXorHash.git
[submodule "compile-time-regular-expressions"]
path = compile-time-regular-expressions
url = https://github.com/hanickadot/compile-time-regular-expressions.git