Skip to content

Commit b64b310

Browse files
committed
minor
1 parent 658fbc2 commit b64b310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compareperformance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### 0. Configurable parameters
1919

2020
## Traceset, number of traces, and S-box to attack
21-
tracesetFilename = "traces/swaes_atmega_powertraces.npz"
21+
tracesetFilename = "traces/swaes_atmega_power.npz"
2222
sampleRange = (950, 1150) # range of samples to attack, in the format (low, high)
2323
N = 2000 # number of traces to attack (less or equal to the amount of traces in the file)
2424
offset = 0 # trace number to start from

0 commit comments

Comments
 (0)