Commit 3b5de441 authored by James Morris's avatar James Morris

[CRYPTO]: Typo in crypto/aes.c

From Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarJames Morris <jmorris@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent 8d19f942
...@@ -160,7 +160,7 @@ gen_tabs (void) ...@@ -160,7 +160,7 @@ gen_tabs (void)
u8 p, q; u8 p, q;
/* log and power tables for GF(2**8) finite field with /* log and power tables for GF(2**8) finite field with
0x011b as modular polynomial - the simplest prmitive 0x011b as modular polynomial - the simplest primitive
root is 0x03, used here to generate the tables */ root is 0x03, used here to generate the tables */
for (i = 0, p = 1; i < 256; ++i) { for (i = 0, p = 1; i < 256; ++i) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment