X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=xtea%2Fxtea.h;fp=xtea%2Fxtea.h;h=64bf827fd1660c6e34db7d86604ec72e724f34e6;hp=b753bf753a469165b72e0f7aad1d68bf7ececc00;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c 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_*/