]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[CRYPTO]: Fix XTEA implementation
authorAaron Grothe <ajgrothe@yahoo.com>
Fri, 2 Sep 2005 00:42:46 +0000 (17:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2005 00:42:46 +0000 (17:42 -0700)
commitfb4f10ed50f01b0f953068456bfb6e2885921b01
treee9eb4112522d7969fdc4bbf6455b6d0d59426121
parent75c80c382fbd08acf06fbef9d54c9844e806a8b4
[CRYPTO]: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/crypto/api-intro.txt
crypto/Kconfig
crypto/tcrypt.c
crypto/tcrypt.h
crypto/tea.c