From 0edfd9b5cff6588fbb510ee11726efc63ec2d699 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Mon, 14 Jul 2014 20:51:08 +0100 Subject: [PATCH] Breaking affine ciphers --- cipherbreak.py | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1