forked from namazso/OpenHashTab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
33 lines (33 loc) · 1.1 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
31
32
33
[submodule "concurrentqueue"]
path = concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
[submodule "Algorithms/deps/mbedtls"]
path = Algorithms/deps/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "langcomp"]
path = langcomp
url = https://github.com/namazso/langcomp.git
[submodule "phnt"]
path = phnt
url = https://github.com/processhacker/phnt.git
[submodule "tiny-json"]
path = tiny-json
url = https://github.com/rafagafe/tiny-json.git
[submodule "Algorithms/deps/xxHash"]
path = Algorithms/deps/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule "Algorithms/deps/BLAKE3"]
path = Algorithms/deps/BLAKE3
url = https://github.com/BLAKE3-team/BLAKE3.git
[submodule "Algorithms/deps/XKCP"]
path = Algorithms/deps/XKCP
url = https://github.com/XKCP/XKCP.git
[submodule "mctrl"]
path = mctrl
url = https://github.com/mity/mctrl.git
[submodule "Algorithms/deps/streebog"]
path = Algorithms/deps/streebog
url = https://github.com/adegtyarev/streebog.git
[submodule "Algorithms/deps/crc32"]
path = Algorithms/deps/crc32
url = https://github.com/stbrumme/crc32.git