summaryrefslogtreecommitdiff
path: root/aes-decrypt.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2006-05-18 18:27:33 +0200
committerNiels Möller <nisse@lysator.liu.se>2006-05-18 18:27:33 +0200
commite9e2d1e96752d886b1efaed1d9c1a6f63c036db7 (patch)
treea06b0a249b834c88ad20b50e0a7cd5fd8ecd4263 /aes-decrypt.c
parent9158a21d15ccfbca00b178cb5008c09a63c932e5 (diff)
downloadnettle-e9e2d1e96752d886b1efaed1d9c1a6f63c036db7.tar.gz
* aes-decrypt.c (_aes_decrypt_table): Deleted the indexing array,
previously commented out. * aes-encrypt-table.c (_aes_encrypt_table): Likewise. Rev: src/nettle/aes-decrypt.c:1.8 Rev: src/nettle/aes-encrypt-table.c:1.6
Diffstat (limited to 'aes-decrypt.c')
-rw-r--r--aes-decrypt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/aes-decrypt.c b/aes-decrypt.c
index 05f6adf2..afbf827b 100644
--- a/aes-decrypt.c
+++ b/aes-decrypt.c
@@ -68,12 +68,6 @@ _aes_decrypt_table =
0x17,0x2b,0x04,0x7e,0xba,0x77,0xd6,0x26,
0xe1,0x69,0x14,0x63,0x55,0x21,0x0c,0x7d,
},
- /* Indexing array, hard-coded into the decryption function.
- { { 0, 1, 2, 3 },
- { 3, 0, 1, 2 },
- { 2, 3, 0, 1 },
- { 1, 2, 3, 0 } }
- */
{ /* itable */
{
0x50a7f451,0x5365417e,0xc3a4171a,0x965e273a,