X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=seed%2Fseed-asm.S;h=13e38441fcd832866165cb3507a06198792dcb3e;hp=84866c382098f266ed06bbb318bec5b2035d123e;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b diff --git a/seed/seed-asm.S b/seed/seed-asm.S index 84866c3..13e3844 100644 --- a/seed/seed-asm.S +++ b/seed/seed-asm.S @@ -1,7 +1,7 @@ /* seed-asm.S */ /* 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 @@ -222,7 +222,7 @@ seed_sbox2: /* 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;