Remove CVS logs.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 18:13:06 +0000 (18:13 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 18:13:06 +0000 (18:13 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2323 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/algo/tea.c

index ec2b31f7c94570448952905416bafb85e77b9e6e..b855cfbf12f430d43c732f12f79f0f295f512b89 100644 (file)
  * 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 <cpu/byteorder.h>