X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=serpent%2Fserpent.c;h=894f526f49ef6f7dd0e95831f8c2df5fedbd39de;hp=8f2428bfef66a9d5ced950102a2b90f7d6752595;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=2e0998249aeec3ce8509af80cc56fb6a49f3268d diff --git a/serpent/serpent.c b/serpent/serpent.c index 8f2428b..894f526 100644 --- a/serpent/serpent.c +++ b/serpent/serpent.c @@ -1,7 +1,7 @@ /* serpent.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.c * a bitsliced implementation of the serpent cipher for avr microcontrollers * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */