Rijndael (AES) System Library for Palm OS
Current Version : 1.1 (Apr 2, 2002)
RijndaelGladmanLib is a port of
Brian Gladman's Rijndael (AES) implementation
to a Palm OS system library.
The program itself takes 28KB of memory. It will also creates
a chunk of 8KB to store several tables for speeding up the
encryption and decryption processes.
The current version is more than ten times faster than the one we
posted here previously (version 0.1 in April 2001).
Please follow the steps below to download the library files.
- Download the PRC file,
RijndaelGladmanLib.prc
and install it to your Palm Pilot.
- Download header files,
RijndaelGladmanLib.h
and
rijndael_gladman.h.
Your C program needs to include the
RijndaelGladmanLib.h.
This header file contains
rijndael_gladman.h already.
- Finally, download
RijndaelGladman
User's Manual
and learn the library functions.
For people who are interested in getting the source, please e-mail to either
one of us :
Links
Copera
has another version of Rijndael system library for Palm OS.
It is also a free software developed independently from ours.
Check it out!
The
homepage
of Brian Gladman's Rijnadel implementations.
Changes Log
(Apr 2, 2002) Version 1.1 : A bug-fix version
(Oct 11, 2001) Put RijndaelGladmanLib v1.0
online and brought down the previous version (v0.1).
Version 0.1 is a port of Rijndael's reference implementation.
It is much slower than the current version.
Disclaimer
THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.