Mnemonex v0.0.1 Mnemonex.Coder
Mnemonex server
The encoding and decoding functions are exposed here via calls to the server process.
Summary
Functions
Specs
decode(binary, pid) :: binary
decode a mnemonicoded word list
All non-alphabetic (ASCII) characters are treated as word breaks. There is presently no graceful handling of improperly entered words.
Specs
encode(binary | pos_integer, pid) :: binary
encode a binary
Unsigned big-endian integers may also be encoded, but note that there is presently no affordance to decode them back to same.
The output will be formatted with 2 groups of three words per line:
word0-word1-word2--word3-word4-word5
word6-word7