bmwinstead / enigma-project

Other
1 stars 1 forks source link

EnigmaMachine: Problems with encryptChar #23

Closed ikleyjl closed 11 years ago

ikleyjl commented 11 years ago

The encryptChar and encryptString methods don't work consistently with one another. Specifically, encryptChar begins gives incorrect results for any letter but 'A'.

ikleyjl commented 11 years ago

This proved to be an issue with the test logic, not the EnigmaMachine itself.