# HG changeset patch # User michael # Date 1168803717 0 # Node ID 7787c6fb07e1d905114cae2038e0f8af62c6bb9e # Parent a2a3c80706e56619bdd518c343f0e7ad0f4b3661 unused think diff -r a2a3c80706e5 -r 7787c6fb07e1 aes.c --- a/aes.c Sun Jan 14 19:39:38 2007 +0000 +++ b/aes.c Sun Jan 14 19:41:57 2007 +0000 @@ -28,8 +28,8 @@ int rounds; }AVAES; -static const uint8_t rcon[11] = { - 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c +static const uint8_t rcon[10] = { + 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36 }; static uint8_t sbox[256];