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