Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/23/2001 02:45:42
Module Name:	syssrc
Committed By:	kleink
Date:		Tue May 22 23:45:42 UTC 2001

Modified Files:
	syssrc/sys/crypto/rijndael: boxes-fst.dat rijndael-alg-fst.c
	    rijndael-api-fst.h

Log Message:
Fix several alignment problems in this implementation due to its use of
word32 pointers to access data stored in word8 arrays:
* align transformation tables on 32-bit boundaries,
* align key schedule on 32-bit boundary,
* align tempoaries on 32-bit boundaries,
* align plaintext and ciphertext used in round transformations on 32-bit
  boundaries.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/crypto/rijndael/boxes-fst.dat
cvs rdiff -r1.2 -r1.3 syssrc/sys/crypto/rijndael/rijndael-alg-fst.c \
    syssrc/sys/crypto/rijndael/rijndael-api-fst.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.