]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - xtea/xtea.c
optimized xtea asm implementation
[avr-crypto-lib.git] / xtea / xtea.c
index 4605cb0ffb4ee64b055ea66351b64779f8ee391f..c517e9b08063f3f29a26e519ed21bbd24814f1f6 100644 (file)
@@ -24,7 +24,6 @@
  */
  
 #include <stdint.h> 
 
 void xtea_enc(void* dest, const void* v, const void* k) {
     uint8_t i;