X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Ftea.c;h=5db72cfeb0ea1df15eee011910a8c440f6c78b66;hb=705e92ca3e6a5bd0223f21a8fd9ac714f3253a5f;hp=ec2b31f7c94570448952905416bafb85e77b9e6e;hpb=6eb6ebb5ae5953a27977f0ef66a36344462b949a;p=bertos.git diff --git a/bertos/algo/tea.c b/bertos/algo/tea.c index ec2b31f7..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,19 +63,6 @@ * 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