Split breaking routines out into a separate file. Column transposition now uses as...
authorNeil Smith <neil.github@njae.me.uk>
Fri, 22 Nov 2013 10:32:20 +0000 (10:32 +0000)
committerNeil Smith <neil.github@njae.me.uk>
Fri, 22 Nov 2013 10:32:20 +0000 (10:32 +0000)
commit68d6bc2fcb534f3d39e4b1a3dc03069179ff8600
tree8a4d59f75a01b187b6df8effa2bcd0c43a3f8927
parent04150429da13371a54282c0d808ea3b45a73e18d
Split breaking routines out into a separate file. Column transposition now uses as set of transpositions rather than keywords (so keywords with equivalent transpositions are only tested once).
2013/solutions.txt
break.py [new file with mode: 0644]
cipher.py