Move.
[shishi.git] / crypto / memxor.h
blob25621b1954c1ab535afea925a36c9290495b45e6
1 /* memxor.h
3 */
5 #ifndef NETTLE_MEMXOR_H_INCLUDED
6 #define NETTLE_MEMXOR_H_INCLUDED
8 #include <inttypes.h>
9 #include <stdlib.h>
11 uint8_t *memxor(uint8_t *dst, const uint8_t *src, size_t n);
13 #endif /* NETTLE_MEMXOR_H_INCLUDED */