]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - seed/seed_C.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / seed / seed_C.c
index 7a9afc03bc18860c093543c485fa6db79c1180f3..38aeec992f7f2b1968dd756f068f2f9b095c79bc 100644 (file)
@@ -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;