MT_AES
======

Liability disclaimer

Despite careful development and extensive tests, we can give no 
guarantee that the enclosed software will run without interruptions or 
errors. Liability for any damage, direct, indirect or to third parties 
is specifically excluded! Use at your own risk!!

Description

MT_AES is a multitasking-capable AES library.

For the main thread of an application the AES calls take place in the 
previously known manner, and the global array can be addressed via the
_GemParBlk. Each thread has its own (local) global array, which it 
passes as the last function parameter at AES calls. The function names 
for this are altered in such a way that at each AES call of a thread an 
"MT_" is added to the front of the function name. Further details may 
be found in MT_AES.C.

The files in the folders "INCLUDE" and "LIB" should be copied into the 
correspondng directories of the compiler.


English translation: Peter West, April 99