mnemonicode-0.73/README
author Jens Alfke <jens@mooseyard.com>
Sat May 31 11:26:17 2008 -0700 (2008-05-31)
changeset 12 66b870428f85
permissions -rw-r--r--
* Worked around compiler warnings in Test.h when building for iPhone.
* Made Mercurial ignore the documentation files.
jens@0
     1
These routines implement a method for encoding binary data into a sequence
jens@0
     2
of words which can be spoken over the phone, for example, and converted
jens@0
     3
back to data on the other side.
jens@0
     4
jens@0
     5
For more information see http://www.tothink.com/mnemonic
jens@0
     6
jens@0
     7
mnemonic.h	Header file
jens@0
     8
mnemonic.c	Encoding/decoding and associated routines
jens@0
     9
mn_wordlist.c	The word list itself
jens@0
    10
mnencode.c	Sample program - encode data from stdin to stdout
jens@0
    11
mndecode.c	Sample program - decode data from stdin to stdout
jens@0
    12
jens@0
    13
Oren Tirosh <oren@hishome.net>