diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-10 12:20:55 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-10 12:20:55 +0100 |
commit | 0cd07d397fb5a5e7710af66cb1e9e0b61705c94a (patch) | |
tree | 165d2e639614ae662f552b0d5cd88b3d8041f1db /.gitmodules | |
parent | 6880468862a498d359a0a6ed4bd9dd116a478fa9 (diff) | |
download | master-thesis-0cd07d397fb5a5e7710af66cb1e9e0b61705c94a.tar.gz master-thesis-0cd07d397fb5a5e7710af66cb1e9e0b61705c94a.tar.bz2 master-thesis-0cd07d397fb5a5e7710af66cb1e9e0b61705c94a.zip |
Crypto v2 draft working
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cc0a77d..755dc2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "controller/fw/musl"] path = controller/fw/musl url = git://git.musl-libc.org/musl +[submodule "controller/fw/crypto-algorithms"] + path = controller/fw/crypto-algorithms + url = https://github.com/B-Con/crypto-algorithms |