graph
- Added a README and an example program.2012-05-28, by Brian Neal
- Remove some unneeded conversions to string.2012-05-27, by Brian Neal
- We can now decrypt an actual encoded message from WWII!2012-05-27, by Brian Neal
- Fix for the Rotor.notch_over_pawl() bug.2012-05-27, by Brian Neal
- Discovered a notch bug. Saving everything before trying to fix it.2012-05-27, by Brian Neal
- Decided to get rid of the numeric rotor display for now.2012-05-27, by Brian Neal
- Made Plugboards easier to construct. Can do it from a list of integer2012-05-27, by Brian Neal
- Created a factory function to make it easier to create Enigmas.2012-05-27, by Brian Neal
- Integrate Plugboard with EnigmaMachine class and tests.2012-05-27, by Brian Neal
- Created Plugboard class and tests.2012-05-27, by Brian Neal
- Added a simple cipher test using data from Wikipedia.2012-05-26, by Brian Neal
- Added a test for "double stepping".2012-05-26, by Brian Neal
- First pass at moving rotors automatically. Can now process text.2012-05-26, by Brian Neal
- Adding a LICENSE.txt file.2012-05-26, by Brian Neal
- First version of EnigmaMachine class. Simple main to test operations.2012-05-26, by Brian Neal
- Created a data file and factory functions for rotors & reflectors.2012-05-26, by Brian Neal
- Changed the Rotor stepping parameter to any old iterable.2012-05-26, by Brian Neal
- Futzing around with the doc string & copyright comment order.2012-05-26, by Brian Neal
- The wiring test now tests all ring settings, rotations, and positions.2012-05-26, by Brian Neal
- The Rotor wiring test works through a full rotation.2012-05-26, by Brian Neal
- Added some Rotor tests.2012-05-25, by Brian Neal
- Initial commit. Started a Rotor class.2012-05-25, by Brian Neal