rijndael: Make implementation big-endian.
authorMark Wooding <mdw@ncipher.com>
Wed, 6 Dec 2006 17:56:03 +0000 (17:56 +0000)
committerMark Wooding <mdw@ncipher.com>
Wed, 6 Dec 2006 17:56:03 +0000 (17:56 +0000)
commit38333dc20fd97363d6e54260a5edeafe8a5adb1a
tree3702c9301d4a1207ca45cd2f25095ac1ca096a64
parent69c31e3bc1a3dbb3b4a93c91b2daf2129875ff63
rijndael: Make implementation big-endian.

This makes very little difference to the performance, and makes GCM
possible.  (GCM is both-endian -- the field-element representation is
little-endian and the counter is big-endian.  This is obviously mad, but
there you go.)
rijndael-base.c
rijndael-base.h
rijndael-mktab.c
rijndael.h
rijndael192.h
rijndael256.h