Richard Levitte 61f00386ab The counter is big-endian. Since it comes as an array of char,
there's absolutely no need to special-case it on little-endian
machines.

Notified by Thierry Boivin <Thierry.Boivin@celsecat.com>
2003-07-04 11:37:50 +00:00
..
2002-11-13 14:01:34 +00:00
2002-11-13 14:01:34 +00:00
2002-11-15 22:37:18 +00:00
2002-11-13 14:01:34 +00:00
2003-07-03 06:42:43 +00:00

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.