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)
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.)


No differences found