X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes%2Faes256_dec.h;h=09ba1fc1880367bb46f4ac007589f463aa6b793f;hb=e9e07569721b9e005d6b602e26a03e930e796577;hp=14b8a0a22aaf64c12a1b0c423ebfa469587973f5;hpb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;p=avr-crypto-lib.git diff --git a/aes/aes256_dec.h b/aes/aes256_dec.h index 14b8a0a..09ba1fc 100644 --- a/aes/aes256_dec.h +++ b/aes/aes256_dec.h @@ -1,7 +1,7 @@ /* aes256_dec.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes256_dec.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later @@ -39,7 +39,7 @@ * \param buffer pointer to the block to decrypt * \param ctx pointer to the key schedule */ -void aes256_dec(void* buffer, aes256_ctx_t* ctx); +void aes256_dec(void *buffer, aes256_ctx_t *ctx);