Update aes.h

This commit is contained in:
kokke
2017-07-08 03:22:16 +02:00
committed by GitHub
parent 24c8ab552c
commit 67e844a577

2
aes.h
View File

@@ -19,6 +19,8 @@
#endif #endif
#define AES128 1 #define AES128 1
//#define AES192 1
//#define AES256 1
#if defined(ECB) && (ECB == 1) #if defined(ECB) && (ECB == 1)