]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - seed/seed-asm.S
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / seed / seed-asm.S
index 84866c382098f266ed06bbb318bec5b2035d123e..afdaf3c7db1add12e4b7d0493af218d8d4961e71 100644 (file)
@@ -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;