X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=xtea.c;h=70ad914a12519e91f674e8a16604cfda6c42110a;hb=1bb58b2db7b71d44e4da7fd3f977a388c20e3b39;hp=c9fe1037b2372cf0ddf92a24cb37a0fd9cece8a3;hpb=3c995d0a8faeb9d37927d48e20fc45d839e066ea;p=avr-crypto-lib.git diff --git a/xtea.c b/xtea.c index c9fe103..70ad914 100644 --- 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