Closed ikleyjl closed 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'.
This proved to be an issue with the test logic, not the EnigmaMachine itself.
The encryptChar and encryptString methods don't work consistently with one another. Specifically, encryptChar begins gives incorrect results for any letter but 'A'.