]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - xtea.c
documentation upgrade; most docu still missing but a first step is done
[avr-crypto-lib.git] / xtea.c
diff --git a/xtea.c b/xtea.c
index c9fe1037b2372cf0ddf92a24cb37a0fd9cece8a3..70ad914a12519e91f674e8a16604cfda6c42110a 100644 (file)
--- a/xtea.c
+++ b/xtea.c
@@ -1,8 +1,9 @@
-/* 
- * XTEA implemantation 
- *  copy'n'pasted from http://en.wikipedia.org/wiki/XTEA
+/** 
+ * \file       xtea.c
+ * \brief      XTEA implemantation 
+ *   copy'n'pasted from http://en.wikipedia.org/wiki/XTEA
  *   and slightly modified
- * */
+ */
  
 #include <stdint.h>