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