X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=echo%2Faes_enc_round.h;h=4b4135a7d53171ef99a884f3c879d0582c2d3b89;hp=18ffd9bc4eaf3d01a39e753131adbf36cb89cd3d;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=9e32e8de9c5a67ca2a628c51ea0d239ab0fbc581 diff --git a/echo/aes_enc_round.h b/echo/aes_enc_round.h index 18ffd9b..4b4135a 100644 --- a/echo/aes_enc_round.h +++ b/echo/aes_enc_round.h @@ -1,7 +1,7 @@ /* aes_enc_round.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 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 @@ -28,7 +28,7 @@ typedef struct{ uint8_t ks[16]; } aes_roundkey_t; -void aes_enc_round(aes_cipher_state_t* state, const aes_roundkey_t* k); +void aes_enc_round(aes_cipher_state_t *state, const aes_roundkey_t *k); #endif /* AES_ENC_ROUND_H_ */