]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - skein/threefish_invmix_4c.S
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / skein / threefish_invmix_4c.S
index 59cc5453ae43f02e06d56a6fb3f02de2ba02bd4f..c512aca6038616aec6c923db44a0ef460f13bc0b 100644 (file)
@@ -28,7 +28,7 @@
 /*
 #define X0 (((uint64_t*)data)[0])
 #define X1 (((uint64_t*)data)[1])
-void threefish_invmix(voiddata, uint8_t rot){
+void threefish_invmix(void *data, uint8_t rot){
        uint64_t x;
        x = X1;
        x ^= X0;