X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=serpent%2Fserpent-sboxes_c.c;h=5deb809198d241662b28d2beee7e7cf2a4029a29;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=bdbe175319cd49d53bc1a543eb251597bbdb72ce;hpb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;p=avr-crypto-lib.git diff --git a/serpent/serpent-sboxes_c.c b/serpent/serpent-sboxes_c.c index bdbe175..5deb809 100644 --- a/serpent/serpent-sboxes_c.c +++ b/serpent/serpent-sboxes_c.c @@ -1,7 +1,7 @@ /* serpent-sboxes.c */ /* 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 @@ -19,7 +19,7 @@ /* serpent-sboxes.c * a non-bitsliced implementation of the serpent sboxes * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */ @@ -92,7 +92,7 @@ static void serpent_fp(uint32_t *i, uint32_t *o){ } /******************************************************************************/ -static void sbox128x(uint8_t box, void* w){ +static void sbox128x(uint8_t box, void *w){ uint8_t sb[16]; uint8_t i,t,x; box &= 0x0f;