Sfoglia il codice sorgente

'slides.md' ändern

rdi 2 anni fa
parent
commit
a6322b45a6
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      slides.md

+ 4 - 4
slides.md

@@ -168,10 +168,10 @@ def simple_speck(plaintext, key):
 
 # Speck - Simulation
 
-0) Simulation anhand des Modells mit $n$ traces
-1) Generieren von $n$ zufälligen Klartexten mit **fixem** Keybyte (+ noise)
-2) Simulation aller möglichen Keybytes per Hamming Weight
-3) Berechnen des PCC aller Keys über alle traces
+1) Simulation anhand des Modells mit $n$ traces
+2) Generieren von $n$ zufälligen Klartexten mit **fixem** Keybyte (+ noise)
+3) Simulation aller möglichen Keybytes per Hamming Weight
+4) Berechnen des PCC aller Keys über alle traces
 
 ![](img/simulation_corr.png)