Sha256: e5f50e687f42d1176aa685818981d632780098df79e3a26f927b3f72efdc22f0

Contents?: true

Size: 415 Bytes

Versions: 60

Compression:

Stored size: 415 Bytes

Contents

/* memxor.h
 *
 */

#ifndef NETTLE_MEMXOR_H_INCLUDED
#define NETTLE_MEMXOR_H_INCLUDED

#include <stdlib.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Name mangling */
#define memxor nettle_memxor
#define memxor3 nettle_memxor3

void *memxor(void *dst, const void *src, size_t n);
void *memxor3(void *dst, const void *a, const void *b, size_t n);

#ifdef __cplusplus
}
#endif

#endif /* NETTLE_MEMXOR_H_INCLUDED */

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
glib2-3.2.9-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.9-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.8-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.8-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.7-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.7-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.6-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.6-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.5-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.5-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.4-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.4-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.3-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.3-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.2-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.2-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.1-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.1-x86-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.0-x64-mingw32 vendor/local/include/nettle/memxor.h
glib2-3.2.0-x86-mingw32 vendor/local/include/nettle/memxor.h