X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=xtea%2Fxtea.h;h=64bf827fd1660c6e34db7d86604ec72e724f34e6;hb=22985930c9c2c610ae18e2d8df0f3ea78a082134;hp=b753bf753a469165b72e0f7aad1d68bf7ececc00;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/xtea/xtea.h b/xtea/xtea.h index b753bf7..64bf827 100644 --- a/xtea/xtea.h +++ b/xtea/xtea.h @@ -42,8 +42,8 @@ * v: the block to operate on (64 bit) * k: the key for en/decryption (128 bit) */ -void xtea_enc(void* dest, const void* v, const void* k); -void xtea_dec(void* dest, const void* v, const void* k); +void xtea_enc(void *dest, const void *v, const void *k); +void xtea_dec(void *dest, const void *v, const void *k); #endif /*XTEA_H_*/