This repository was archived by the owner on Feb 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitmodules
75 lines (75 loc) · 2.84 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
73
74
75
[submodule "cmake/modules"]
path = cmake/modules
url = https://github.com/BoostCMake/cmake_modules.git
[submodule "libs/codec"]
path = libs/codec
url = https://github.com/NilFoundation/crypto3-codec.git
[submodule "libs/block"]
path = libs/block
url = https://github.com/NilFoundation/crypto3-block.git
[submodule "libs/hash"]
path = libs/hash
url = https://github.com/NilFoundation/crypto3-hash.git
[submodule "libs/vdf"]
path = libs/vdf
url = https://github.com/NilFoundation/crypto3-vdf.git
[submodule "libs/kdf"]
path = libs/kdf
url = https://github.com/NilFoundation/crypto3-kdf.git
[submodule "libs/mac"]
path = libs/mac
url = https://github.com/NilFoundation/crypto3-mac.git
[submodule "libs/modes"]
path = libs/modes
url = https://github.com/NilFoundation/crypto3-modes.git
[submodule "libs/stream"]
path = libs/stream
url = https://github.com/NilFoundation/crypto3-stream.git
[submodule "libs/passhash"]
path = libs/passhash
url = https://github.com/NilFoundation/crypto3-passhash.git
[submodule "libs/pbkdf"]
path = libs/pbkdf
url = https://github.com/NilFoundation/crypto3-pbkdf.git
[submodule "libs/algebra"]
path = libs/algebra
url = https://github.com/NilFoundation/crypto3-algebra.git
[submodule "libs/math"]
path = libs/math
url = https://github.com/nilfoundation/crypto3-math.git
[submodule "libs/pkpad"]
path = libs/pkpad
url = https://github.com/NilFoundation/crypto3-pkpad.git
[submodule "libs/pubkey"]
path = libs/pubkey
url = https://github.com/NilFoundation/crypto3-pubkey.git
[submodule "libs/pkmodes"]
path = libs/pkmodes
url = https://github.com/nilfoundation/crypto3-pkmodes.git
[submodule "libs/zk"]
path = libs/zk
url = https://github.com/nilfoundation/crypto3-zk.git
[submodule "libs/random"]
path = libs/random
url = https://github.com/NilFoundation/crypto3-random.git
[submodule "libs/multiprecision"]
path = libs/multiprecision
url = https://github.com/nilfoundation/crypto3-multiprecision.git
[submodule "libs/blueprint"]
path = libs/blueprint
url = https://github.com/nilfoundation/crypto3-blueprint.git
[submodule "libs/marshalling/core"]
path = libs/marshalling/core
url = https://github.com/NilFoundation/marshalling.git
[submodule "libs/marshalling/multiprecision"]
path = libs/marshalling/multiprecision
url = https://github.com/NilFoundation/crypto3-multiprecision-marshalling.git
[submodule "libs/marshalling/algebra"]
path = libs/marshalling/algebra
url = https://github.com/NilFoundation/crypto3-algebra-marshalling.git
[submodule "libs/marshalling/zk"]
path = libs/marshalling/zk
url = https://github.com/NilFoundation/crypto3-zk-marshalling.git
[submodule "libs/containers"]
path = libs/containers
url = https://github.com/nilfoundation/crypto3-containers.git