Mnemonex v0.1.0 Mnemonex
Mnemonex application
The default instance will be accessible from the process registry via
the process_atom
configuration variable.
Summary
Functions
Specs
decode(binary, term) :: 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, term) :: 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 format depends on configuration variables (described therein.)