]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - shabea/memxor.h
modified structure
[avr-crypto-lib.git] / shabea / memxor.h
diff --git a/shabea/memxor.h b/shabea/memxor.h
new file mode 100644 (file)
index 0000000..a62a616
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef MEMXOR_H_
+#define MEMXOR_H_
+#include <stdint.h>
+
+void memxor(void* dest, const void* src, uint16_t n);
+
+#endif