X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Ftea.c;h=5db72cfeb0ea1df15eee011910a8c440f6c78b66;hb=8ad8e5d325736480a881a7f30bd757f96b87376e;hp=f67d4c5e7ffd9df6e0e1c3f57d13d2237910b156;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/tea.c b/bertos/algo/tea.c index f67d4c5e..5db72cfe 100644 --- a/bertos/algo/tea.c +++ b/bertos/algo/tea.c @@ -32,7 +32,6 @@ * * \brief TEA Tiny Encription Algorith functions (implementation). * - * \version $Id$ * \author Francesco Sacchi * * The Tiny Encryption Algorithm (TEA) by David Wheeler and Roger Needham @@ -64,21 +63,8 @@ * 1/2 ~ 0.618034 multiplied by 2^32). */ -/*#* - *#* $Log$ - *#* Revision 1.2 2007/09/19 16:23:27 batt - *#* Fix doxygen warnings. - *#* - *#* Revision 1.1 2007/06/07 09:13:40 batt - *#* Add TEA enc/decryption algorithm. - *#* - *#* Revision 1.1 2007/01/10 17:30:10 batt - *#* Add cryptographic routines. - *#* - *#*/ - #include "tea.h" -#include +#include static uint32_t tea_func(uint32_t *in, uint32_t *sum, uint32_t *k) {