X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=memxor%2Fmemxor.h;h=4c0cc3d4a6d24bcf546599950cb1caac9251f853;hb=cc26d167f796adaa33ca3cbec8016f7915b6033b;hp=a62a616874f82085f1041af1014cba3c84df03a0;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/memxor/memxor.h b/memxor/memxor.h index a62a616..4c0cc3d 100644 --- a/memxor/memxor.h +++ b/memxor/memxor.h @@ -3,5 +3,7 @@ #include void memxor(void* dest, const void* src, uint16_t n); +void memxor_P(void* dest, const void* src, uint16_t n); + #endif