mnemonicode-0.73/README
changeset 12 66b870428f85
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mnemonicode-0.73/README	Sat May 31 11:26:17 2008 -0700
     1.3 @@ -0,0 +1,13 @@
     1.4 +These routines implement a method for encoding binary data into a sequence
     1.5 +of words which can be spoken over the phone, for example, and converted
     1.6 +back to data on the other side.
     1.7 +
     1.8 +For more information see http://www.tothink.com/mnemonic
     1.9 +
    1.10 +mnemonic.h	Header file
    1.11 +mnemonic.c	Encoding/decoding and associated routines
    1.12 +mn_wordlist.c	The word list itself
    1.13 +mnencode.c	Sample program - encode data from stdin to stdout
    1.14 +mndecode.c	Sample program - decode data from stdin to stdout
    1.15 +
    1.16 +Oren Tirosh <oren@hishome.net>