From 339c20868537eb1daab30cfe45ce8fb167c3cace Mon Sep 17 00:00:00 2001 From: kokke Date: Mon, 8 Dec 2014 09:54:58 +0100 Subject: Update aes.c --- aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes.c b/aes.c index 4d773cc..cceaad0 100644 --- a/aes.c +++ b/aes.c @@ -66,7 +66,7 @@ static uint8_t* in, *out, state[4][4]; static uint8_t RoundKey[176]; // The Key input to the AES Program -static uint8_t* Key; +static const uint8_t* Key; // The lookup-tables are marked const so they can be placed in read-only storage instead of RAM // The numbers below can be computed dynamically trading ROM for RAM - -- cgit v1.2.3