X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Ftea.h;h=72ea01f0769e9600a06e01d16960048a3bb1f836;hb=00bc8478ab5087769fc67e52327934370ee5e3a6;hp=9731801233389a7b302c0fae3ed85dea6c4b0005;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/tea.h b/bertos/algo/tea.h index 97318012..72ea01f0 100644 --- a/bertos/algo/tea.h +++ b/bertos/algo/tea.h @@ -30,13 +30,19 @@ * * --> * - * \brief TEA Tiny Encription Algorith functions (interface). + * \brief TEA Tiny Encription Algorith functions. + * + * Documentation for TEA is available at + * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps. * * \version $Id$ * \author Francesco Sacchi * - * Documentation for TEA is available at - * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps. + * $WIZARD_MODULE = { + * "name" : "tea", + * "depends" : [], + * "configuration" : "" + * } */ #ifndef ALGO_TEA_H