Copied updated slides across
[cipher-training.git] / slides / keyword-break.html
index 08013f3f0f2d5c21a212040f7dbf06d7d88f86fc..ddf82c1cf338e3ec71c9cf923a7c4242cf8d4dc7 100644 (file)
@@ -115,7 +115,11 @@ for each key:
 
 Repetition of code is a bad smell.
 
-Separate the 'try all keys, keep the best' logic from the 'score this one key' logic.
+Separate out
+
+* enumerate the keys
+* score a key
+* find the key with the best score
 
 ---