X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=seed%2Fseed_C.c;h=809b26b6cced5c837d0e93f76199ab91d09e1b2f;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=7a9afc03bc18860c093543c485fa6db79c1180f3;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/seed/seed_C.c b/seed/seed_C.c index 7a9afc0..809b26b 100644 --- a/seed/seed_C.c +++ b/seed/seed_C.c @@ -1,7 +1,7 @@ /* seed_C.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 @@ -91,7 +91,7 @@ uint64_t bigendian_rotr8_64(uint64_t a){ /******************************************************************************/ static -uint64_t f_function(const uint64_t* a, uint32_t k0, uint32_t k1){ +uint64_t f_function(const uint64_t *a, uint32_t k0, uint32_t k1){ uint32_t c,d; c = *a & 0x00000000FFFFFFFFLL;