-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitmodules
More file actions
executable file
·29 lines (29 loc) · 968 Bytes
/
.gitmodules
File metadata and controls
executable file
·29 lines (29 loc) · 968 Bytes
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
[submodule "lib/libsodium"]
path = lib/libsodium
url = https://github.com/jedisct1/libsodium
branch = stable
[submodule "lib/sidh"]
path = lib/sidh
url = https://github.com/Microsoft/PQCrypto-SIDH
[submodule "lib/pqclean"]
path = lib/pqclean
url = https://github.com/PQClean/PQClean
[submodule "lib/legacy/ntru"]
path = lib/legacy/ntru
url = https://github.com/buu700/NTRUEncrypt-Archive
[submodule "lib/legacy/sphincs-erlang-binding"]
path = lib/legacy/sphincs-erlang-binding
url = https://github.com/ahf/sphincs
[submodule "lib/openssl"]
path = lib/openssl
url = https://github.com/openssl/openssl
branch = OpenSSL_1_1_1-stable
[submodule "lib/libsodium.js"]
path = lib/libsodium.js
url = https://github.com/jedisct1/libsodium.js
[submodule "lib/legacy/sidh"]
path = lib/legacy/sidh
url = https://github.com/Microsoft/PQCrypto-SIDH
[submodule "lib/legacy/pqclean-round3"]
path = lib/legacy/pqclean-round3
url = https://github.com/PQClean/PQClean