]> git.cryptolib.org Git - avr-crypto-lib.git/blob - keccak/memxor.h
updated Makefile
[avr-crypto-lib.git] / keccak / 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