-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 964 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 964 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
[submodule "benchmark/google-benchmark"]
path = benchmark/google-benchmark
url = https://github.com/google/benchmark.git
[submodule "thirdparties/hexl/hexl"]
path = thirdparties/hexl/hexl
url = https://github.com/intel/hexl.git
[submodule "thirdparties/concrete-fft"]
path = thirdparties/concrete-fft
url = https://github.com/virtualsecureplatform/concrete-fft.git
[submodule "thirdparties/concrete-ntt"]
path = thirdparties/concrete-ntt
url = https://github.com/virtualsecureplatform/concrete-ntt.git
[submodule "thirdparties/BLAKE3"]
path = thirdparties/BLAKE3
url = https://github.com/BLAKE3-team/BLAKE3.git
[submodule "thirdparties/cereal"]
path = thirdparties/cereal
url = https://github.com/USCiLab/cereal
[submodule "thirdparties/spqlios-arithmetic"]
path = thirdparties/spqlios-arithmetic
url = https://github.com/tfhe/spqlios-arithmetic.git
[submodule "thirdparties/AES"]
path = thirdparties/AES
url = https://github.com/SergeyBel/AES.git