-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
366 lines (366 loc) · 12.9 KB
/
.gitmodules
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
[submodule "aes_speed"]
path = aes_speed
url = https://git.cryptech.is/core/cipher/aes_speed.git
[submodule "chacha"]
path = chacha
url = https://git.cryptech.is/core/cipher/chacha.git
[submodule "coretest"]
path = coretest
url = https://git.cryptech.is/core/comm/coretest.git
[submodule "eim"]
path = eim
url = https://git.cryptech.is/core/comm/eim.git
[submodule "fmc"]
path = fmc
url = https://git.cryptech.is/core/comm/fmc.git
[submodule "i2c"]
path = i2c
url = https://git.cryptech.is/core/comm/i2c.git
[submodule "uart"]
path = uart
url = https://git.cryptech.is/core/comm/uart.git
[submodule "sha1"]
path = sha1
url = https://git.cryptech.is/core/hash/sha1.git
[submodule "sha256"]
path = sha256
url = https://git.cryptech.is/core/hash/sha256.git
[submodule "sha3"]
path = sha3
url = https://git.cryptech.is/core/hash/sha3.git
[submodule "sha512"]
path = sha512
url = https://git.cryptech.is/core/hash/sha512.git
[submodule "curve25519lib"]
path = curve25519lib
url = https://git.cryptech.is/core/math/curve25519lib.git
[submodule "ecdsalib"]
path = ecdsalib
url = https://git.cryptech.is/core/math/ecdsalib.git
[submodule "modexpa7"]
path = modexpa7
url = https://git.cryptech.is/core/math/modexpa7.git
[submodule "modexps6"]
path = modexps6
url = https://git.cryptech.is/core/math/modexps6.git
[submodule "modexp"]
path = modexp
url = https://git.cryptech.is/core/math/modexp.git
[submodule "ecdhp256"]
path = ecdhp256
url = https://git.cryptech.is/core/pkey/ecdhp256.git
[submodule "ecdhp384"]
path = ecdhp384
url = https://git.cryptech.is/core/pkey/ecdhp384.git
[submodule "ecdsa256"]
path = ecdsa256
url = https://git.cryptech.is/core/pkey/ecdsa256.git
[submodule "ecdsa384"]
path = ecdsa384
url = https://git.cryptech.is/core/pkey/ecdsa384.git
[submodule "ed25519"]
path = ed25519
url = https://git.cryptech.is/core/pkey/ed25519.git
[submodule "alpha"]
path = alpha
url = https://git.cryptech.is/core/platform/alpha.git
[submodule "common"]
path = common
url = https://git.cryptech.is/core/platform/common.git
[submodule "novena"]
path = novena
url = https://git.cryptech.is/core/platform/novena.git
[submodule "terasic_c5g"]
path = terasic_c5g
url = https://git.cryptech.is/core/platform/terasic_c5g.git
[submodule "avalanche_entropy"]
path = avalanche_entropy
url = https://git.cryptech.is/core/rng/avalanche_entropy.git
[submodule "rosc_entropy"]
path = rosc_entropy
url = https://git.cryptech.is/core/rng/rosc_entropy.git
[submodule "trng"]
path = trng
url = https://git.cryptech.is/core/rng/trng.git
[submodule "vndecorrelator"]
path = vndecorrelator
url = https://git.cryptech.is/core/rng/vndecorrelator.git
[submodule "mkmif"]
path = mkmif
url = https://git.cryptech.is/core/util/mkmif.git
[submodule "design"]
path = design
url = https://git.cryptech.is/doc/design.git
[submodule "presentations"]
path = presentations
url = https://git.cryptech.is/doc/presentations.git
[submodule "cryptlib"]
path = cryptlib
url = https://git.cryptech.is/sw/cryptlib.git
[submodule "libhal"]
path = libhal
url = https://git.cryptech.is/sw/libhal.git
[submodule "pkcs11"]
path = pkcs11
url = https://git.cryptech.is/sw/pkcs11.git
[submodule "stm32"]
path = stm32
url = https://git.cryptech.is/sw/stm32.git
[submodule "tamper"]
path = tamper
url = https://git.cryptech.is/sw/tamper.git
[submodule "coretest_bp_entropy"]
path = coretest_bp_entropy
url = https://git.cryptech.is/test/coretest_bp_entropy.git
[submodule "coretest_fpga_entropy"]
path = coretest_fpga_entropy
url = https://git.cryptech.is/test/coretest_fpga_entropy.git
[submodule "coretest_test_core"]
path = coretest_test_core
url = https://git.cryptech.is/test/coretest_test_core.git
[submodule "external_avalanche_entropy"]
path = external_avalanche_entropy
url = https://git.cryptech.is/test/external_avalanche_entropy.git
[submodule "fpga_entropy"]
path = fpga_entropy
url = https://git.cryptech.is/test/fpga_entropy.git
[submodule "novena_base"]
path = novena_base
url = https://git.cryptech.is/test/novena_base.git
[submodule "novena_entropy"]
path = novena_entropy
url = https://git.cryptech.is/test/novena_entropy.git
[submodule "novena_i2c_simple"]
path = novena_i2c_simple
url = https://git.cryptech.is/test/novena_i2c_simple.git
[submodule "novena_trng"]
path = novena_trng
url = https://git.cryptech.is/test/novena_trng.git
[submodule "test_core"]
path = test_core
url = https://git.cryptech.is/test/test_core.git
[submodule "alpha_to_kicad"]
path = alpha_to_kicad
url = https://git.cryptech.is/user/ft/alpha_to_kicad.git
[submodule "bootstrap"]
path = bootstrap
url = https://git.cryptech.is/user/ft/bootstrap.git
[submodule "libcli"]
path = libcli
url = https://git.cryptech.is/user/ft/libcli.git
[submodule "stm32-avalanche-noise"]
path = stm32-avalanche-noise
url = https://git.cryptech.is/user/ft/stm32-avalanche-noise.git
[submodule "stm32-dev-bridge"]
path = stm32-dev-bridge
url = https://git.cryptech.is/user/ft/stm32-dev-bridge.git
[submodule "benchmark"]
path = benchmark
url = https://git.cryptech.is/user/jakob/benchmark.git
[submodule "keywrap"]
path = keywrap
url = https://git.cryptech.is/user/js/keywrap.git
[submodule "toggle"]
path = toggle
url = https://git.cryptech.is/user/js/toggle.git
[submodule "hashsig-naive"]
path = hashsig-naive
url = https://git.cryptech.is/user/paul/hashsig-naive.git
[submodule "ModExpA7"]
path = ModExpA7
url = https://git.cryptech.is/user/shatov/ModExpA7.git
[submodule "curve25519_fpga_model"]
path = curve25519_fpga_model
url = https://git.cryptech.is/user/shatov/curve25519_fpga_model.git
[submodule "ecdh_fpga_model"]
path = ecdh_fpga_model
url = https://git.cryptech.is/user/shatov/ecdh_fpga_model.git
[submodule "ecdsa_fpga_model"]
path = ecdsa_fpga_model
url = https://git.cryptech.is/user/shatov/ecdsa_fpga_model.git
[submodule "fmc-test"]
path = fmc-test
url = https://git.cryptech.is/user/shatov/fmc-test.git
[submodule "streebog_tester"]
path = streebog_tester
url = https://git.cryptech.is/user/shatov/gost/streebog_tester.git
[submodule "streebog"]
path = streebog
url = https://git.cryptech.is/user/shatov/gost/streebog.git
[submodule "modexp_fpga_model"]
path = modexp_fpga_model
url = https://git.cryptech.is/user/shatov/modexp_fpga_model.git
[submodule "novena-fmc-arbiter"]
path = novena-fmc-arbiter
url = https://git.cryptech.is/user/shatov/novena-fmc-arbiter.git
[submodule "stm32_n25q128"]
path = stm32_n25q128
url = https://git.cryptech.is/user/shatov/stm32_n25q128.git
[submodule "stm32_sdram"]
path = stm32_sdram
url = https://git.cryptech.is/user/shatov/stm32_sdram.git
[submodule "aes-keywrap"]
path = aes-keywrap
url = https://git.cryptech.is/user/sra/aes-keywrap.git
[submodule "build-tools"]
path = build-tools
url = https://git.cryptech.is/user/sra/build-tools.git
[submodule "openssl-engine"]
path = openssl-engine
url = https://git.cryptech.is/user/sra/openssl-engine.git
[submodule "x25519_fpga_model.old"]
path = x25519_fpga_model.old
url = https://git.cryptech.is/user/shatov/x25519_fpga_model.old.git
[submodule "hardware"]
path = hardware
url = https://git.cryptech.is/hardware.git
[submodule "releng/alpha"]
path = releng/alpha
url = https://git.cryptech.is/releng/alpha.git
[submodule "releng/novena"]
path = releng/novena
url = https://git.cryptech.is/releng/novena.git
[submodule "sw/cryptlib"]
path = sw/cryptlib
url = https://git.cryptech.is/sw/cryptlib.git
[submodule "sw/libhal"]
path = sw/libhal
url = https://git.cryptech.is/sw/libhal.git
[submodule "sw/pkcs11"]
path = sw/pkcs11
url = https://git.cryptech.is/sw/pkcs11.git
[submodule "sw/stm32"]
path = sw/stm32
url = https://git.cryptech.is/sw/stm32.git
[submodule "sw/tamper"]
path = sw/tamper
url = https://git.cryptech.is/sw/tamper.git
[submodule "sw/thirdparty/libtfm"]
path = sw/thirdparty/libtfm
url = https://git.cryptech.is/sw/thirdparty/libtfm.git
[submodule "sw/thirdparty/sqlite3"]
path = sw/thirdparty/sqlite3
url = https://git.cryptech.is/sw/thirdparty/sqlite3.git
[submodule "test/coretest_bp_entropy"]
path = test/coretest_bp_entropy
url = https://git.cryptech.is/test/coretest_bp_entropy.git
[submodule "test/coretest_fpga_entropy"]
path = test/coretest_fpga_entropy
url = https://git.cryptech.is/test/coretest_fpga_entropy.git
[submodule "test/coretest_test_core"]
path = test/coretest_test_core
url = https://git.cryptech.is/test/coretest_test_core.git
[submodule "test/external_avalanche_entropy"]
path = test/external_avalanche_entropy
url = https://git.cryptech.is/test/external_avalanche_entropy.git
[submodule "test/fpga_entropy"]
path = test/fpga_entropy
url = https://git.cryptech.is/test/fpga_entropy.git
[submodule "test/novena_base"]
path = test/novena_base
url = https://git.cryptech.is/test/novena_base.git
[submodule "test/novena_entropy"]
path = test/novena_entropy
url = https://git.cryptech.is/test/novena_entropy.git
[submodule "test/novena_i2c_simple"]
path = test/novena_i2c_simple
url = https://git.cryptech.is/test/novena_i2c_simple.git
[submodule "test/novena_trng"]
path = test/novena_trng
url = https://git.cryptech.is/test/novena_trng.git
[submodule "test/test_core"]
path = test/test_core
url = https://git.cryptech.is/test/test_core.git
[submodule "user/ft/alpha_to_kicad"]
path = user/ft/alpha_to_kicad
url = https://git.cryptech.is/user/ft/alpha_to_kicad.git
[submodule "user/ft/bootstrap"]
path = user/ft/bootstrap
url = https://git.cryptech.is/user/ft/bootstrap.git
[submodule "user/ft/libcli"]
path = user/ft/libcli
url = https://git.cryptech.is/user/ft/libcli.git
[submodule "user/ft/stm32-avalanche-noise"]
path = user/ft/stm32-avalanche-noise
url = https://git.cryptech.is/user/ft/stm32-avalanche-noise.git
[submodule "user/ft/stm32-dev-bridge"]
path = user/ft/stm32-dev-bridge
url = https://git.cryptech.is/user/ft/stm32-dev-bridge.git
[submodule "user/ft/tamper"]
path = user/ft/tamper
url = https://git.cryptech.is/user/ft/tamper.git
[submodule "sw/thirdparty/ekermit"]
path = sw/thirdparty/ekermit
url = https://git.cryptech.is/sw/thirdparty/ekermit.git
[submodule "user/jakob/benchmark"]
path = user/jakob/benchmark
url = https://git.cryptech.is/user/jakob/benchmark.git
[submodule "user/jakob/tamper"]
path = user/jakob/tamper
url = https://git.cryptech.is/user/jakob/tamper.git
[submodule "user/js/keywrap"]
path = user/js/keywrap
url = https://git.cryptech.is/user/js/keywrap.git
[submodule "user/js/mkmif"]
path = user/js/mkmif
url = https://git.cryptech.is/user/js/mkmif.git
[submodule "user/js/toggle"]
path = user/js/toggle
url = https://git.cryptech.is/user/js/toggle.git
[submodule "user/ln5/tamper"]
path = user/ln5/tamper
url = https://git.cryptech.is/user/ln5/tamper.git
[submodule "user/paul/hashsig-naive"]
path = user/paul/hashsig-naive
url = https://git.cryptech.is/user/paul/hashsig-naive.git
[submodule "user/paul/libcli"]
path = user/paul/libcli
url = https://git.cryptech.is/user/paul/libcli.git
[submodule "user/shatov/ModExpA7"]
path = user/shatov/ModExpA7
url = https://git.cryptech.is/user/shatov/ModExpA7.git
[submodule "user/shatov/curve25519_fpga_model"]
path = user/shatov/curve25519_fpga_model
url = https://git.cryptech.is/user/shatov/curve25519_fpga_model.git
[submodule "user/shatov/ecdh_fpga_model"]
path = user/shatov/ecdh_fpga_model
url = https://git.cryptech.is/user/shatov/ecdh_fpga_model.git
[submodule "user/shatov/ecdsa256"]
path = user/shatov/ecdsa256
url = https://git.cryptech.is/user/shatov/ecdsa256.git
[submodule "user/shatov/ecdsa384"]
path = user/shatov/ecdsa384
url = https://git.cryptech.is/user/shatov/ecdsa384.git
[submodule "user/shatov/ecdsa_fpga_model"]
path = user/shatov/ecdsa_fpga_model
url = https://git.cryptech.is/user/shatov/ecdsa_fpga_model.git
[submodule "user/shatov/fmc-test"]
path = user/shatov/fmc-test
url = https://git.cryptech.is/user/shatov/fmc-test.git
[submodule "user/shatov/modexp_fpga_model"]
path = user/shatov/modexp_fpga_model
url = https://git.cryptech.is/user/shatov/modexp_fpga_model.git
[submodule "user/shatov/novena-fmc-arbiter"]
path = user/shatov/novena-fmc-arbiter
url = https://git.cryptech.is/user/shatov/novena-fmc-arbiter.git
[submodule "user/shatov/stm32_n25q128"]
path = user/shatov/stm32_n25q128
url = https://git.cryptech.is/user/shatov/stm32_n25q128.git
[submodule "user/shatov/stm32_sdram"]
path = user/shatov/stm32_sdram
url = https://git.cryptech.is/user/shatov/stm32_sdram.git
[submodule "user/shatov/gost/streebog_tester"]
path = user/shatov/gost/streebog_tester
url = https://git.cryptech.is/user/shatov/gost/streebog_tester.git
[submodule "user/shatov/gost/streebog"]
path = user/shatov/gost/streebog
url = https://git.cryptech.is/user/shatov/gost/streebog.git
[submodule "user/sra/aes-keywrap"]
path = user/sra/aes-keywrap
url = https://git.cryptech.is/user/sra/aes-keywrap.git
[submodule "user/sra/build-tools"]
path = user/sra/build-tools
url = https://git.cryptech.is/user/sra/build-tools.git
[submodule "user/sra/openssl-engine"]
path = user/sra/openssl-engine
url = https://git.cryptech.is/user/sra/openssl-engine.git