Update aes.h

This commit is contained in:
kokke 2017-07-08 03:22:16 +02:00 committed by GitHub
parent 24c8ab552c
commit 67e844a577
1 changed files with 2 additions and 0 deletions

2
aes.h
View File

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