index
:
anonymous/tiny-AES-c
master
Small portable AES128/192/256 in C
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
aes.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'aes.h')
-rw-r--r--
aes.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/aes.h b/aes.h
index 0edbf77..8dd2d3b 100644
--- a/
aes.h
+++ b/
aes.h
@@ -19,6 +19,8 @@
#endif
#define AES128 1
+//#define AES192 1
+//#define AES256 1
#if defined(ECB) && (ECB == 1)