projects
/
cipher-training.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28096f
)
Breaking affine ciphers
author
Neil Smith
<neil.git@njae.me.uk>
Mon, 14 Jul 2014 19:51:08 +0000
(20:51 +0100)
committer
Neil Smith
<neil.git@njae.me.uk>
Mon, 14 Jul 2014 19:51:08 +0000
(20:51 +0100)
cipherbreak.py
patch
|
blob
|
history
diff --git
a/cipherbreak.py
b/cipherbreak.py
index c239400d7f0fb917dd319db3fbf0e704204399ee..f3c6eed7904e57d168584c76cbd5613a5292709d 100644
(file)
--- 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