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