diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 96d9f30..84803d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,12 +43,15 @@ [submodule "source/sw/libhal"] path = source/sw/libhal url = https://git.cryptech.is/sw/libhal.git + branch = ksng [submodule "source/sw/pkcs11"] path = source/sw/pkcs11 url = https://git.cryptech.is/sw/pkcs11.git + branch = ksng [submodule "source/sw/stm32"] path = source/sw/stm32 url = https://git.cryptech.is/sw/stm32.git + branch = ksng [submodule "source/sw/thirdparty/libtfm"] path = source/sw/thirdparty/libtfm url = https://git.cryptech.is/sw/thirdparty/libtfm.git @@ -58,3 +61,12 @@ [submodule "source/user/paul/libcli"] path = source/user/paul/libcli url = https://git.cryptech.is/user/paul/libcli.git +[submodule "source/core/math/ecdsalib"] + path = source/core/math/ecdsalib + url = https://git.cryptech.is/core/math/ecdsalib.git +[submodule "source/core/pkey/ecdsa256"] + path = source/core/pkey/ecdsa256 + url = https://git.cryptech.is/core/pkey/ecdsa256.git +[submodule "source/core/pkey/ecdsa384"] + path = source/core/pkey/ecdsa384 + url = https://git.cryptech.is/core/pkey/ecdsa384.git |