X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=szyfrow%2Fautokey.py;h=11bfa6bdea506fc51e78e6ccfee2a3a46cefae75;hb=3350a462f460e81d96c587466f5b6a88cbba1f7e;hp=36ffa856b49ad45d987af125c5bcde468aeae8da;hpb=27c8005f6dea0026887b80a01b5f93a8f1b3c2b2;p=szyfrow.git diff --git a/szyfrow/autokey.py b/szyfrow/autokey.py index 36ffa85..11bfa6b 100644 --- a/szyfrow/autokey.py +++ b/szyfrow/autokey.py @@ -61,10 +61,8 @@ def autokey_sa_break( message def autokey_sa_break_worker(message, key, - t0, max_iterations, fitness): - + t0, max_iterations, fitness): temperature = t0 - dt = t0 / (0.9 * max_iterations) plaintext = autokey_decipher(message, key)