Update aes.h
This commit is contained in:
2
aes.h
2
aes.h
@@ -27,7 +27,7 @@
|
|||||||
//#define AES192 1
|
//#define AES192 1
|
||||||
//#define AES256 1
|
//#define AES256 1
|
||||||
|
|
||||||
#define AES_BLOCKLEN 16 //Block length in bytes AES is 128b block only
|
#define AES_BLOCKLEN 16 // Block length in bytes - AES is 128b block only
|
||||||
|
|
||||||
#if defined(AES256) && (AES256 == 1)
|
#if defined(AES256) && (AES256 == 1)
|
||||||
#define AES_KEYLEN 32
|
#define AES_KEYLEN 32
|
||||||
|
|||||||
Reference in New Issue
Block a user