diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 03:06:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-10 03:06:24 +0300 |
commit | 82cef11d443c71c7d5ebc92f144c2b7ceb4e1cb2 (patch) | |
tree | 70eed008b868b440b915f1e02d8d8264865fa2e6 /include/aesni/all.h | |
parent | add KAT vectors from the CAVP (diff) | |
download | aes-tools-82cef11d443c71c7d5ebc92f144c2b7ceb4e1cb2.tar.gz aes-tools-82cef11d443c71c7d5ebc92f144c2b7ceb4e1cb2.zip |
add file encryption utils for AES-128-ECB
Diffstat (limited to 'include/aesni/all.h')
-rw-r--r-- | include/aesni/all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h index 3935d2a..a383b87 100644 --- a/include/aesni/all.h +++ b/include/aesni/all.h @@ -10,4 +10,5 @@ #include "api.h" #include "data.h" +#include "file.h" #include "raw.h" |