From 0cd07d397fb5a5e7710af66cb1e9e0b61705c94a Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 10 Mar 2020 12:20:55 +0100 Subject: Crypto v2 draft working --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit