~ubuntu-branches/ubuntu/hoary/nettle/hoary

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 <stdlib.h>
#include "nettle-types.h"

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

#endif /* NETTLE_MEMXOR_H_INCLUDED */