Bifid ciphers from development branch
[cipher-training.git] / language_models.py
2016-01-07 Neil SmithUpdated code from development branch
2014-07-15 Neil SmithMerge branch 'temp-solutions' into solutions
2014-07-15 Neil SmithCaesar ciphers
2014-07-15 Neil SmithBreaking affine ciphers
2014-07-15 Neil SmithDropped P2l and P3l from language_models
2014-07-14 Neil SmithCaesar ciphers
2014-07-14 Neil SmithBreaking affine ciphers
2014-07-14 Neil SmithMerging back into solutions
2014-07-14 Neil SmithHillclimbing to solve monosubstitution ciphers
2014-07-14 Neil SmithTranspositon ciphers
2014-07-13 Neil SmithMore tweaking to conform with linting
2014-07-13 Neil SmithMerge branch 'development' into solutions
2014-07-13 Neil SmithTweaked in response to some linter suggestions
2014-07-11 Neil SmithMerge branch 'development' into solutions
2014-07-05 Neil SmithUpdated language_models to include trigrams
2014-06-23 Neil SmithFixed transposition cipher breaking, included extended...
2014-06-01 Neil SmithIncluded Python 3.4's Enum for keyword alphabets, added...
2014-03-14 Neil SmithUpdated letter frequencies, updated test values to...
2014-03-10 Neil SmithUnaccent letters before enciphering
2014-03-07 Neil SmithAdded development files