]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - seed/seed_C.c
turning on software flow control for uart
[avr-crypto-lib.git] / seed / seed_C.c
index 7a9afc03bc18860c093543c485fa6db79c1180f3..809b26b6cced5c837d0e93f76199ab91d09e1b2f 100644 (file)
@@ -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_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;