From: Neil Smith Date: Mon, 14 Jul 2014 19:51:08 +0000 (+0100) Subject: Breaking affine ciphers X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=0edfd9b5cff6588fbb510ee11726efc63ec2d699;p=cipher-training.git Breaking affine ciphers --- diff --git a/cipherbreak.py b/cipherbreak.py index c239400..f3c6eed 100644 --- a/cipherbreak.py +++ b/cipherbreak.py @@ -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