cipher-tools.git
2013-10-18 Neil SmithAdded another mode to keyword cipher.
2013-10-17 Neil SmithWord segmentation not working, but it's now late...
2013-10-17 Neil SmithAdded some test cases and refactored keyword cipher...
2013-10-17 Neil SmithTidied up ignored files
2013-10-17 Neil SmithUpdated .gitignore to ignore .pyc files
2013-10-14 Neil SmithFixed numeric accuracy in doctests
2013-10-14 Neil SmithKeyword ciphers now wrap the alphabet
2013-10-14 Neil SmithDone keyword ciphers and breaking
2013-10-12 Neil SmithAdded a test for ngrams
2013-10-11 Neil SmithDone one-based affine ciphers, and breaking them.
2013-10-11 Neil SmithChallenge 1 done
2013-10-07 Neil SmithRemoved spurious affine tests
2013-10-07 Neil SmithAffine ciphers enciphered, deciphered, and broken....
2013-10-07 Neil SmithFixed whitespace typo
2013-10-07 Neil SmithFixed bug in Caesar break, added tests.
2013-10-07 Neil SmithFixed bugs in geometric and harmonic means, added some...
2013-10-06 Neil SmithAdded experiment for checking which metrics work best...
2013-10-06 Neil SmithPulled out the norms into a separate file, corrected...
2013-10-03 Neil SmithCreated Neil's branch
2013-10-03 Neil SmithInitial import