Encrypt CBC works

This commit is contained in:
Matteo Brichese
2017-06-06 11:36:11 -07:00
parent 2089462272
commit 405f6e5eee
2 changed files with 21 additions and 21 deletions

2
aes.h
View File

@@ -18,7 +18,7 @@
#define ECB 1
#endif
#define AES256
#define AES128
#if defined(ECB) && ECB