mnemonicode-0.73/README
author Jens Alfke <jens@mooseyard.com>
Thu Mar 20 09:05:58 2008 -0700 (2008-03-20)
changeset 1 e55a17cdabd2
permissions -rw-r--r--
Configurable logging (LogTo).
Added "my_" prefix to category method names.
Added MurmurHash.
Added UniqueWindowController.
Bug fixes.
     1 These routines implement a method for encoding binary data into a sequence
     2 of words which can be spoken over the phone, for example, and converted
     3 back to data on the other side.
     4 
     5 For more information see http://www.tothink.com/mnemonic
     6 
     7 mnemonic.h	Header file
     8 mnemonic.c	Encoding/decoding and associated routines
     9 mn_wordlist.c	The word list itself
    10 mnencode.c	Sample program - encode data from stdin to stdout
    11 mndecode.c	Sample program - decode data from stdin to stdout
    12 
    13 Oren Tirosh <oren@hishome.net>