]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - memxor.S
renaming to AVR-Crypto-Lib
[avr-crypto-lib.git] / memxor.S
index cb3d0e86cb60fadcec00ca1124b25f2ba9560af9..3d234f5e56c13c79708625e5f74fed7f25493980 100644 (file)
--- a/memxor.S
+++ b/memxor.S
@@ -1,6 +1,6 @@
 /* memxor.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -26,9 +26,6 @@
  * 
  */
  
-#include <avr/io.h>
-#include "avr-asm-macros.S"
-
 /*
  * void memxor(void* dest, const void* src, uint16_t n);
  */