diff options
Diffstat (limited to 'include/aesni/all.h')
-rw-r--r-- | include/aesni/all.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h index 4653eca..6f00fb7 100644 --- a/include/aesni/all.h +++ b/include/aesni/all.h @@ -4,10 +4,16 @@ * \date 2015 * \copyright This file is licensed under the terms of the MIT License. * See LICENSE.txt for details. + * \brief Include this file to use libaesni. + * Includes all of the other libaesni's header files. */ #pragma once +/** + * \defgroup aesni AesNI + */ + #include "block.h" #include "buffer.h" #include "data.h" |