diff options
Diffstat (limited to 'src/padding.c')
-rw-r--r-- | src/padding.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/padding.c b/src/padding.c index 1bbe7f2..7163ac2 100644 --- a/src/padding.c +++ b/src/padding.c @@ -1,13 +1,11 @@ -/** - * \file - * \author Egor Tensin <Egor.Tensin@gmail.com> - * \date 2015 - * \copyright This file is licensed under the terms of the MIT License. - * See LICENSE.txt for details. - */ +// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> +// This file is part of the "AES tools" project. +// For details, see https://github.com/egor-tensin/aes-tools. +// Distributed under the MIT License. #include <aes/all.h> +#include <assert.h> #include <stdlib.h> #include <string.h> |