]> git.cryptolib.org Git - avr-crypto-lib.git/blob - twister/memxor.h
a62a616874f82085f1041af1014cba3c84df03a0
[avr-crypto-lib.git] / twister / memxor.h
1 #ifndef MEMXOR_H_
2 #define MEMXOR_H_
3 #include <stdint.h>
4
5 void memxor(void* dest, const void* src, uint16_t n);
6
7 #endif