diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-04 00:18:36 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-04 00:18:36 -0400 |
commit | ea04b71ff14523ffcfc02eb43cf509e238807bef (patch) | |
tree | 186ed194cc925441d249c7a9022efbd5546cfebc /.gitmodules |
Initial version of Novean release engineering superrepository.
Not yet fully tested.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8e21521 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,48 @@ +[submodule "sw/sw/libhal"] + path = sw/sw/libhal + url = git@git.cryptech.is:user/sra/libhal +[submodule "sw/sw/libtfm"] + path = sw/sw/libtfm + url = git@git.cryptech.is:user/sra/libtfm +[submodule "sw/sw/pkcs11"] + path = sw/sw/pkcs11 + url = git@git.cryptech.is:user/sra/pkcs11 +[submodule "sw/sw/sqlite3"] + path = sw/sw/sqlite3 + url = git@git.cryptech.is:user/sra/sqlite3 +[submodule "rtl/core/cipher/aes"] + path = rtl/core/cipher/aes + url = git@git.cryptech.is:core/cipher/aes.git +[submodule "rtl/core/cipher/chacha"] + path = rtl/core/cipher/chacha + url = git@git.cryptech.is:core/cipher/chacha.git +[submodule "rtl/core/comm/eim"] + path = rtl/core/comm/eim + url = git@git.cryptech.is:core/comm/eim.git +[submodule "rtl/core/hash/sha1"] + path = rtl/core/hash/sha1 + url = git@git.cryptech.is:core/hash/sha1.git +[submodule "rtl/core/hash/sha256"] + path = rtl/core/hash/sha256 + url = git@git.cryptech.is:core/hash/sha256.git +[submodule "rtl/core/hash/sha512"] + path = rtl/core/hash/sha512 + url = git@git.cryptech.is:core/hash/sha512.git +[submodule "rtl/core/math/modexp"] + path = rtl/core/math/modexp + url = git@git.cryptech.is:core/math/modexp.git +[submodule "rtl/core/platform/common"] + path = rtl/core/platform/common + url = git@git.cryptech.is:core/platform/common.git +[submodule "rtl/core/platform/novena"] + path = rtl/core/platform/novena + url = git@git.cryptech.is:core/platform/novena.git +[submodule "rtl/core/rng/avalanche_entropy"] + path = rtl/core/rng/avalanche_entropy + url = git@git.cryptech.is:core/rng/avalanche_entropy.git +[submodule "rtl/core/rng/rosc_entropy"] + path = rtl/core/rng/rosc_entropy + url = git@git.cryptech.is:core/rng/rosc_entropy.git +[submodule "rtl/core/rng/trng"] + path = rtl/core/rng/trng + url = git@git.cryptech.is:core/rng/trng.git |