avr-crypto-lib/memxor.h

8 lines
121 B
C
Raw Normal View History

2008-07-21 02:40:18 +00:00
#ifndef MEMXOR_H_
#define MEMXOR_H_
#include <stdint.h>
void memxor(void * dest, const void * src, uint16_t n);
#endif