diff -r 000000000000 -r 5ade3e09a827 mnemonicode-0.73/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mnemonicode-0.73/README Tue Mar 10 22:34:39 2009 -0700 @@ -0,0 +1,13 @@ +These routines implement a method for encoding binary data into a sequence +of words which can be spoken over the phone, for example, and converted +back to data on the other side. + +For more information see http://www.tothink.com/mnemonic + +mnemonic.h Header file +mnemonic.c Encoding/decoding and associated routines +mn_wordlist.c The word list itself +mnencode.c Sample program - encode data from stdin to stdout +mndecode.c Sample program - decode data from stdin to stdout + +Oren Tirosh