diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-15 02:55:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-15 02:55:10 +0300 |
commit | 2d67b793e64f6ed4e2e6a7c56441b9bc019e2659 (patch) | |
tree | abc83a07b5905eec76041b3aad686c5d4117bea7 /include/aesni/buffer.h | |
parent | error handling refactoring + more docs (diff) | |
download | aes-tools-2d67b793e64f6ed4e2e6a7c56441b9bc019e2659.tar.gz aes-tools-2d67b793e64f6ed4e2e6a7c56441b9bc019e2659.zip |
code style
Diffstat (limited to 'include/aesni/buffer.h')
-rw-r--r-- | include/aesni/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aesni/buffer.h b/include/aesni/buffer.h index fff616f..2e5ecb9 100644 --- a/include/aesni/buffer.h +++ b/include/aesni/buffer.h @@ -4,6 +4,7 @@ * \date 2015 * \copyright This file is licensed under the terms of the MIT License. * See LICENSE.txt for details. + * * \brief Declares variable-length buffer encryption/decryption functions. */ |