diff options
-rw-r--r-- | aes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ // The #ifndef-guard allows it to be configured before #include'ing or at compile time. #ifndef CBC - #define CBC 0 + #define CBC 1 #endif #ifndef ECB |
index : anonymous/tiny-AES-c | ||
Small portable AES128/192/256 in C | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | aes.h | 2 |
@@ -11,7 +11,7 @@ // The #ifndef-guard allows it to be configured before #include'ing or at compile time. #ifndef CBC - #define CBC 0 + #define CBC 1 #endif #ifndef ECB |