-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
62 lines (53 loc) · 1.42 KB
/
config.ini
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
[Traces]
ProfilingStart = 0
ProfilingEnd = 2000
ValidationStart = 2000
ValidationEnd = 2500
AttackStart = 2500
AttackEnd = 3000
PoIStart = 58000
PoIEnd = 60960
[Round2Traces]
ProfilingStart = 0
ProfilingEnd = 7500
ValidationStart = 7500
ValidationEnd = 8000
AttackStart = 8000
AttackEnd = 10000
PoIStart = 37000
PoIEnd = 39500
[Round3Traces]
ProfilingStart = 0
ProfilingEnd = 2000
ValidationStart = 2000
ValidationEnd = 2500
AttackStart = 2500
AttackEnd = 3000
PoIStart = 58000
PoIEnd = 60960
[Round4Traces]
ProfilingStart = 0
ProfilingEnd = 9500
ValidationStart = 9500
ValidationEnd = 10000
AttackStart = 10000
AttackEnd = 10500
PoIStart = 77500
PoIEnd = 80000
[Leakage]
TargetKeyByteIndex = 0
LeakageRound = 3
HypothesisRound = 3
HypothesisType = hw
[TRS]
InputFilename = ../data/traces/raw_traces/AES_fixed_rand_input_CAFEBABEDEADBEEF0001020304050607
key = CAFEBABEDEADBEEF0001020304050607
TracesStorageFile = ../data/traces/aligned-leakage_rnd_${Leakage:LeakageRound}-hyp_rnd_${Leakage:HypothesisRound}-${Leakage:HypothesisType}.h5
[Training]
BatchSize = 64
Epochs = 50
Classes = 9
ModelId = 12
Prefix = aligned
ModelParametersFile = ../data/weights/round_3_random_model_params/${Prefix}/model_${ModelId}_parameters.json
WeightsFilename = ../data/weights/round_3_random_model_weights/${Prefix}/model_${ModelId}-leakage_rnd_${Leakage:LeakageRound}-hyp_rnd_${Leakage:HypothesisRound}-${Leakage:HypothesisType}-${Leakage:TargetKeyByteIndex}.h5