forked from NilFoundation/mina-state-proof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
66 lines (66 loc) · 2.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule "cmake/modules"]
path = cmake/modules
url = [email protected]:BoostCMake/cmake_modules.git
[submodule "libs/multiprecision"]
path = libs/multiprecision
url = [email protected]:nilfoundation/crypto3-multiprecision.git
[submodule "libs/algebra"]
path = libs/algebra
url = [email protected]:nilfoundation/crypto3-algebra.git
[submodule "libs/zk"]
path = libs/zk
url = [email protected]:nilfoundation/crypto3-zk.git
[submodule "libs/blueprint"]
path = libs/blueprint
url = [email protected]:nilfoundation/crypto3-blueprint.git
[submodule "libs/block"]
path = libs/block
url = [email protected]:nilfoundation/crypto3-block.git
[submodule "libs/hash"]
path = libs/hash
url = [email protected]:nilfoundation/crypto3-hash.git
[submodule "libs/random"]
path = libs/random
url = [email protected]:nilfoundation/crypto3-random.git
[submodule "libs/mac"]
path = libs/mac
url = [email protected]:nilfoundation/crypto3-mac.git
[submodule "libs/modes"]
path = libs/modes
url = [email protected]:nilfoundation/crypto3-modes.git
[submodule "libs/stream"]
path = libs/stream
url = [email protected]:nilfoundation/crypto3-stream.git
[submodule "libs/codec"]
path = libs/codec
url = [email protected]:nilfoundation/crypto3-codec.git
[submodule "libs/marshalling/core"]
path = libs/marshalling/core
url = [email protected]:nilfoundation/marshalling.git
[submodule "libs/marshalling/zk"]
path = libs/marshalling/zk
url = [email protected]:nilfoundation/crypto3-zk-marshalling.git
[submodule "libs/marshalling/algebra"]
path = libs/marshalling/algebra
url = [email protected]:nilfoundation/crypto3-algebra-marshalling.git
[submodule "libs/marshalling/multiprecision"]
path = libs/marshalling/multiprecision
url = [email protected]:nilfoundation/crypto3-multiprecision-marshalling.git
[submodule "libs/math"]
path = libs/math
url = [email protected]:nilfoundation/crypto3-math.git
[submodule "libs/pubkey"]
path = libs/pubkey
url = [email protected]:nilfoundation/crypto3-pubkey.git
[submodule "libs/pkmodes"]
path = libs/pkmodes
url = [email protected]:nilfoundation/crypto3-pkmodes.git
[submodule "libs/pkpad"]
path = libs/pkpad
url = [email protected]:nilfoundation/crypto3-pkpad.git
[submodule "libs/container"]
path = libs/container
url = [email protected]:nilfoundation/crypto3-containers.git
[submodule "share/aux-proof-verify"]
path = share/aux-proof-verify
url = [email protected]:NilFoundation/evm-carasique-verification.git