diff options
author | Orome <> | 2019-10-09 15:08:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2019-10-09 15:08:00 (GMT) |
commit | cae1e88ee876cab72c7cc4f1e44aa8dc6d70b61f (patch) | |
tree | 42d5a640b25b7e59259fdaf80282d8d9af7109c9 /README.md | |
parent | fe79914efd02bae105f9de52c764613f20508099 (diff) |
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): |