diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ Currently support is only provided for those [machine models] in most widespread [I], [M3], and [M4]. This is adapted, as an exercise in learning Haskell, from an earlier learning project written in Mathematica. It is my -first Haskell program. A [Python version] with substantially the same API, plus a command line interface, is also +first Haskell program. A [Python version] with substantially the same API and command line interface, is also available. ### Functionality: package API @@ -64,10 +64,10 @@ Haskell installations, provides almost all the functionality of the API. Encode messages: $ enigma encode "B-I-III-I EMO UX.MO.AY 13.04.11" "TESTINGXTESTINGUD" - OZQKPFLPYZRPYTFVU + OZQK PFLP YZRP YTFV U $ enigma encode "B-I-III-I EMO UX.MO.AY 13.04.11" "OZQKPFLPYZRPYTFVU" - TESTINGXTESTINGUD + TEST INGX TEST INGU D Show configuration details (explained in more detail in the command line help): |