[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>
Showing
- Documentation/crypto/api-intro.txt 1 addition, 0 deletionsDocumentation/crypto/api-intro.txt
- crypto/Kconfig 4 additions, 1 deletioncrypto/Kconfig
- crypto/tcrypt.c 10 additions, 1 deletioncrypto/tcrypt.c
- crypto/tcrypt.h 115 additions, 23 deletionscrypto/tcrypt.h
- crypto/tea.c 77 additions, 4 deletionscrypto/tea.c
Loading
Please register or sign in to comment