Breaking affine ciphers
authorNeil Smith <neil.git@njae.me.uk>
Mon, 14 Jul 2014 19:51:08 +0000 (20:51 +0100)
committerNeil Smith <neil.git@njae.me.uk>
Mon, 14 Jul 2014 19:51:08 +0000 (20:51 +0100)
cipherbreak.py

index c239400d7f0fb917dd319db3fbf0e704204399ee..f3c6eed7904e57d168584c76cbd5613a5292709d 100644 (file)
@@ -5,11 +5,7 @@ import string
 import collections
 import norms
 import logging
-import random
 import math
-from itertools import starmap
-from segment import segment
-from multiprocessing import Pool
 
 import matplotlib.pyplot as plt