Select Git revision
dynamic_buffer.h
-
Henrik (Grubba) Grubbström authored
Rev: src/dynamic_buffer.h:1.10
Henrik (Grubba) Grubbström authoredRev: src/dynamic_buffer.h:1.10
memxor.h 230 B
/* 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 */