]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - aes/aes_sbox.h
improving present
[arm-crypto-lib.git] / aes / aes_sbox.h
index 5bc03b77e18a6374d5c275e9979ac57614f102f4..7ccda12c565f3421473012b9e7ee80f72e5759ec 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_sbox.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -28,6 +28,6 @@
 #define AES_SBOX_H_
 #include <stdint.h>
 
-extern uint8_t aes_sbox[];
+extern const uint8_t aes_sbox[];
 
 #endif