aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: cce38ea787ae7fe798555471107999dcf1c16da0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[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/sw/tamper"]
	path = source/sw/tamper
	url = https://git.cryptech.is/sw/tamper.git
[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
[submodule "source/core/platform/common"]
	path = source/core/platform/common
	url = https://git.cryptech.is/core/platform/common.git
[submodule "source/core/lib"]
	path = source/core/lib
	url = https://git.cryptech.is/core/lib.git
[submodule "source/core/math/modexpng"]
	path = source/core/math/modexpng
	url = http://git.cryptech.is/core/math/modexpng.git
[submodule "source/core/util/keywrap"]
	path = source/core/util/keywrap
	url = http://git.cryptech.is/core/util/keywrap.git