]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - seed/seed-asm.S
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / seed / seed-asm.S
index 84866c382098f266ed06bbb318bec5b2035d123e..13e38441fcd832866165cb3507a06198792dcb3e 100644 (file)
@@ -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_ta, 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;