forked from NilFoundation/crypto3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
72 lines (72 loc) · 2.26 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
67
68
69
70
71
72
[submodule "cmake-modules"]
path = cmake/modules
url = ../../BoostCMake/cmake_modules.git
[submodule "crypto3-algebra"]
path = libs/algebra
url = ../../NilFoundation/crypto3-algebra.git
[submodule "crypto3-block"]
path = libs/block
url = ../../GeniusVentures/crypto3-block.git
[submodule "crypto3-codec"]
path = libs/codec
url = ../../NilFoundation/crypto3-codec.git
[submodule "crypto3-containers"]
path = libs/containers
url = ../../NilFoundation/crypto3-containers.git
[submodule "crypto3-hash"]
path = libs/hash
url = ../../GeniusVentures/crypto3-hash.git
[submodule "crypto3-kdf"]
path = libs/kdf
url = ../../NilFoundation/crypto3-kdf.git
[submodule "crypto3-mac"]
path = libs/mac
url = ../../NilFoundation/crypto3-mac.git
[submodule "crypto3-math"]
path = libs/math
url = ../../GeniusVentures/crypto3-math.git
[submodule "crypto3-modes"]
path = libs/modes
url = ../../NilFoundation/crypto3-modes.git
[submodule "crypto3-multiprecision"]
path = libs/multiprecision
url = ../crypto3-multiprecision
[submodule "crypto3-passhash"]
path = libs/passhash
url = ../crypto3-passhash
[submodule "crypto3-pbkdf"]
path = libs/pbkdf
url = ../crypto3-pbkdf
[submodule "crypto3-pkmodes"]
path = libs/threshold
url = ../../GeniusVentures/crypto3-threshold.git
[submodule "crypto3-pkpad"]
path = libs/pkpad
url = ../../NilFoundation/crypto3-pkpad.git
[submodule "crypto3-pubkey"]
path = libs/pubkey
url = ../../NilFoundation/crypto3-pubkey.git
[submodule "crypto3-random"]
path = libs/random
url = ../../NilFoundation/crypto3-random.git
[submodule "crypto3-stream"]
path = libs/stream
url = ../../NilFoundation/crypto3-stream.git
[submodule "crypto3-vdf"]
path = libs/vdf
url = ../crypto3-vdf
[submodule "crypto3-zk"]
path = libs/zk
url = ../../NilFoundation/crypto3-zk.git
[submodule "marshalling"]
path = libs/marshalling/core
url = ../../GeniusVentures/marshalling.git
[submodule "crypto3-zk-marshalling"]
path = libs/marshalling/zk
url = ../../NilFoundation/crypto3-zk-marshalling.git
[submodule "crypto3-algebra-marshalling"]
path = libs/marshalling/algebra
url = ../../NilFoundation/crypto3-algebra-marshalling.git
[submodule "crypto3-multiprecision-marshalling"]
path = libs/marshalling/multiprecision
url = ../../NilFoundation/crypto3-multiprecision-marshalling.git