OSDN Git Service

[PATCH] Fix XTEA implementation
authorAaron Grothe <ajgrothe@yahoo.com>
Thu, 28 Jul 2005 11:42:23 +0000 (21:42 +1000)
committerMarcelo Tosatti <marcelo@dmt.cnet>
Sat, 6 Aug 2005 03:01:33 +0000 (00:01 -0300)
commitbb6aacf75d559176d69cc32afcd0051f07d4ef03
tree87b1650ca5608beb2701b75f3d082e0340a51630
parentef5b1a6b63ff84134ee7f9ec6e377caa94651139
[PATCH] Fix XTEA implementation

The XTEA implementation was incorrect due to a misinterpretation of
operator precedence.  Because of the wide-spread nature of this
error, the erroneous implementation will be kept, albeit under the
new name of XETA.

Signed-off-by: Aaron Grothe <ajgrothe@yahoo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/Configure.help
Documentation/crypto/api-intro.txt
crypto/tcrypt.c
crypto/tcrypt.h
crypto/tea.c