forked from ton-blockchain/ton
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
42 lines (42 loc) · 1.64 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
34
35
36
37
38
39
40
41
42
[submodule "third-party/rocksdb"]
path = third-party/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "third-party/crc32c"]
path = third-party/crc32c
url = https://github.com/google/crc32c
[submodule "third-party/abseil-cpp"]
path = third-party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "third-party/libraptorq"]
path = third-party/libraptorq
url = https://github.com/ton-blockchain/libRaptorQ
[submodule "crypto/zk"]
path = crypto/zk
url = https://github.com/nilfoundation/crypto3-zk.git
[submodule "crypto/multiprecision"]
path = crypto/multiprecision
url = https://github.com/nilfoundation/crypto3-multiprecision.git
[submodule "crypto/algebra"]
path = crypto/algebra
url = https://github.com/nilfoundation/crypto3-algebra.git
[submodule "crypto/hash"]
path = crypto/hash
url = https://github.com/nilfoundation/crypto3-hash.git
[submodule "crypto/cipher"]
path = crypto/cipher
url = https://github.com/nilfoundation/crypto3-block.git
[submodule "crypto/marshalling/core"]
path = crypto/marshalling/core
url = https://github.com/NilFoundation/marshalling.git
[submodule "crypto/marshalling/algebra"]
path = crypto/marshalling/algebra
url = https://github.com/NilFoundation/crypto3-algebra-marshalling.git
[submodule "crypto/marshalling/multiprecision"]
path = crypto/marshalling/multiprecision
url = https://github.com/NilFoundation/crypto3-multiprecision-marshalling.git
[submodule "crypto/marshalling/zk"]
path = crypto/marshalling/zk
url = https://github.com/NilFoundation/crypto3-zk-marshalling.git
[submodule "crypto/math"]
path = crypto/math
url = https://github.com/NilFoundation/crypto3-math.git