aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-27 16:26:25 -0400
committerRob Austein <sra@hactrn.net>2016-06-27 16:26:25 -0400
commit0f3cc3aa55bcc6476d721f9fbb8dfe8559d85ff7 (patch)
treeb26632f3ff40fe79fabc07e5d63be4953ef71df9 /.gitmodules
parentf7aa0ad426ddfc01f66212a6c4f5cf352400faf2 (diff)
First cut at consolidated alpha releng.
Undoubtedly doesn't work yet, and still needs doc, but perhaps now ready for testing on build machine.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules57
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6b5d092
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,57 @@
+[submodule "source/core/cipher/aes"]
+ path = source/core/cipher/aes
+ url = https://git.cryptech.is/core/cipher/aes.git
+[submodule "source/core/cipher/chacha"]
+ path = source/core/cipher/chacha
+ url = https://git.cryptech.is/core/cipher/chacha.git
+[submodule "source/core/comm/fmc"]
+ path = source/core/comm/fmc
+ url = https://git.cryptech.is/core/comm/fmc.git
+[submodule "source/core/comm/uart"]
+ path = source/core/comm/uart
+ url = https://git.cryptech.is/core/comm/uart.git
+[submodule "source/core/hash/sha1"]
+ path = source/core/hash/sha1
+ url = https://git.cryptech.is/core/hash/sha1.git
+[submodule "source/core/hash/sha256"]
+ path = source/core/hash/sha256
+ url = https://git.cryptech.is/core/hash/sha256.git
+[submodule "source/core/hash/sha512"]
+ path = source/core/hash/sha512
+ url = https://git.cryptech.is/core/hash/sha512.git
+[submodule "source/core/math/modexpa7"]
+ path = source/core/math/modexpa7
+ url = https://git.cryptech.is/core/math/modexpa7.git
+[submodule "source/core/platform/alpha"]
+ path = source/core/platform/alpha
+ url = https://git.cryptech.is/core/platform/alpha.git
+[submodule "source/core/rng/avalanche_entropy"]
+ path = source/core/rng/avalanche_entropy
+ url = https://git.cryptech.is/core/rng/avalanche_entropy.git
+[submodule "source/core/rng/rosc_entropy"]
+ path = source/core/rng/rosc_entropy
+ url = https://git.cryptech.is/core/rng/rosc_entropy.git
+[submodule "source/core/rng/trng"]
+ path = source/core/rng/trng
+ url = https://git.cryptech.is/core/rng/trng.git
+[submodule "source/core/rng/vndecorrelator"]
+ path = source/core/rng/vndecorrelator
+ url = https://git.cryptech.is/core/rng/vndecorrelator.git
+[submodule "source/core/util/mkmif"]
+ path = source/core/util/mkmif
+ url = https://git.cryptech.is/core/util/mkmif.git
+[submodule "source/sw/libhal"]
+ path = source/sw/libhal
+ url = https://git.cryptech.is/sw/libhal.git
+[submodule "source/sw/pkcs11"]
+ path = source/sw/pkcs11
+ url = https://git.cryptech.is/sw/pkcs11.git
+[submodule "source/sw/stm32"]
+ path = source/sw/stm32
+ url = https://git.cryptech.is/sw/stm32.git
+[submodule "source/sw/thirdparty/libtfm"]
+ path = source/sw/thirdparty/libtfm
+ url = https://git.cryptech.is/sw/thirdparty/libtfm.git
+[submodule "source/user/ft/libcli"]
+ path = source/user/ft/libcli
+ url = https://git.cryptech.is/user/ft/libcli.git