Some tidying
[cipher-tools.git] / bifid.py
index 683297b13b459d50b3cd7f8e6268e890bb5e819f..4a33456414fc7ee9d0302a285b1117387dd04e2e 100644 (file)
--- a/bifid.py
+++ b/bifid.py
@@ -82,8 +82,6 @@ def bifid_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a,
     return cat(r_grid[p] for p in pairs1) 
 
 
-
-
 def bifid_break_mp(message, wordlist=keywords, fitness=Pletters, max_period=10,
                      number_of_solutions=1, chunksize=500):
     """Breaks a keyword substitution cipher using a dictionary and