X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=skein%2Fthreefish_mix_4c.S;h=f18e3078c2b97479c61041260525dc97a4a21336;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hp=063232e02ee585ec51c652d480ba25dc5ff00459;hpb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;p=avr-crypto-lib.git diff --git a/skein/threefish_mix_4c.S b/skein/threefish_mix_4c.S index 063232e..f18e307 100644 --- a/skein/threefish_mix_4c.S +++ b/skein/threefish_mix_4c.S @@ -29,7 +29,7 @@ #define B0 (((uint64_t*)data)[0]) #define B1 (((uint64_t*)data)[1]) static -void mix(void* data, uint8_t rot){ +void mix(void *data, uint8_t rot){ uint64_t x; x = B1; B0 += x;