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