Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 68afe02

Browse files
authored
Merge pull request #3 from nkaskov/2-submodules-adding
submodules adding and update
2 parents 8af6dd9 + 4af5525 commit 68afe02

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed

.gitmodules

+9
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@
2222
[submodule "libs/modes"]
2323
path = libs/modes
2424
url = [email protected]:nilfoundation/modes.git
25+
[submodule "libs/kdf"]
26+
path = libs/kdf
27+
url = [email protected]:NilFoundation/kdf.git
28+
[submodule "libs/mac"]
29+
path = libs/mac
30+
url = [email protected]:NilFoundation/mac.git
31+
[submodule "libs/stream"]
32+
path = libs/stream
33+
url = https://github.com/NilFoundation/stream.git

cmake/modules

libs/codec

Submodule codec updated from c8360af to 2c3f1d6

libs/hash

Submodule hash updated from d084688 to 84efaec

libs/kdf

Submodule kdf updated from 5c5b900 to 49ecbf3

libs/mac

Submodule mac updated from 501d0f4 to 77288f2

libs/multiprecision

libs/stream

libs/vdf

Submodule vdf updated from aee8af1 to 86f1200

0 commit comments

Comments
 (0)