Breaking affine ciphers
[cipher-training.git] / 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