summaryrefslogtreecommitdiff
path: root/memxor.h
blob: 25621b1954c1ab535afea925a36c9290495b45e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* memxor.h
 *
 */

#ifndef NETTLE_MEMXOR_H_INCLUDED
#define NETTLE_MEMXOR_H_INCLUDED

#include <inttypes.h>
#include <stdlib.h>

uint8_t *memxor(uint8_t *dst, const uint8_t *src, size_t n);

#endif /* NETTLE_MEMXOR_H_INCLUDED */