[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AES version, was: MiNT setter 1.2



On Thu, Apr 30, 1998 at 01:00:15PM +0200, Konrad Kokoszkiewicz wrote:
> The 3th and 4th word of AES global (global[3] & global[4]), called
> AESappglobal, is defined as "long global variable for use by the
> application", while the global[0] is defined as "AES version number". I
> really think you should use global[0], whatever "common routines" used to
> do. 
> 
> Even if global[4] returns a version number for you, this is an
> undocumented behaviour.

Right.

If I read the source right, global[3] and global[4] are never touched by the
AES (at least in V3.40), so you get random data there.

cu
Michael