X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Ftea.h;h=bf2144444715f137e54e145b913320f1bdc7a82f;hb=9a9f21e5cfc92ab7eddb27d4996923a9e5100513;hp=72ea01f0769e9600a06e01d16960048a3bb1f836;hpb=8f62acd65326f96675c8781f38eedc94fdbbaa45;p=bertos.git diff --git a/bertos/algo/tea.h b/bertos/algo/tea.h index 72ea01f0..bf214444 100644 --- a/bertos/algo/tea.h +++ b/bertos/algo/tea.h @@ -33,16 +33,11 @@ * \brief TEA Tiny Encription Algorith functions. * * Documentation for TEA is available at - * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps. + * http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm * - * \version $Id$ * \author Francesco Sacchi * - * $WIZARD_MODULE = { - * "name" : "tea", - * "depends" : [], - * "configuration" : "" - * } + * $WIZ$ module_name = "tea" */ #ifndef ALGO_TEA_H