jens@0: These routines implement a method for encoding binary data into a sequence jens@0: of words which can be spoken over the phone, for example, and converted jens@0: back to data on the other side. jens@0: jens@0: For more information see http://www.tothink.com/mnemonic jens@0: jens@0: mnemonic.h Header file jens@0: mnemonic.c Encoding/decoding and associated routines jens@0: mn_wordlist.c The word list itself jens@0: mnencode.c Sample program - encode data from stdin to stdout jens@0: mndecode.c Sample program - decode data from stdin to stdout jens@0: jens@0: Oren Tirosh