diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 04:48:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 04:48:59 +0300 |
commit | f0393777befc4ff1024513dab3ab6bad0e7ec45f (patch) | |
tree | 97571103c522ff60f96a8fdde35a0bbee9532837 /include/aes/algorithm.h | |
parent | rename the project (diff) | |
download | aes-tools-f0393777befc4ff1024513dab3ab6bad0e7ec45f.tar.gz aes-tools-f0393777befc4ff1024513dab3ab6bad0e7ec45f.zip |
'aesni' -> 'aes'
Diffstat (limited to '')
-rw-r--r-- | include/aes/algorithm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/aes/algorithm.h b/include/aes/algorithm.h index a73b412..61b211d 100644 --- a/include/aes/algorithm.h +++ b/include/aes/algorithm.h @@ -15,11 +15,11 @@ extern "C" typedef enum { - AESNI_AES128, - AESNI_AES192, - AESNI_AES256, + AES_AES128, + AES_AES192, + AES_AES256, } -AesNI_Algorithm; +AES_Algorithm; #ifdef __cplusplus } |