X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=cubehash%2Fmemxor.h;fp=cubehash%2Fmemxor.h;h=a62a616874f82085f1041af1014cba3c84df03a0;hb=2f9b301c15c03faa76b7f9c95b18eadaa8d013ae;hp=0000000000000000000000000000000000000000;hpb=6483e60140be5fe4ab60de85cdf679fc0518dc99;p=avr-crypto-lib.git diff --git a/cubehash/memxor.h b/cubehash/memxor.h new file mode 100644 index 0000000..a62a616 --- /dev/null +++ b/cubehash/memxor.h @@ -0,0 +1,7 @@ +#ifndef MEMXOR_H_ +#define MEMXOR_H_ +#include + +void memxor(void* dest, const void* src, uint16_t n); + +#endif