[CRYPTO] salsa20: Add x86-64 assembly version
authorTan Swee Heng <thesweeheng@gmail.com>
Mon, 17 Dec 2007 16:04:40 +0000 (00:04 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:57 +0000 (08:16 +1100)
commit9a7dafbba47384c330779c75a1546684efaa8c1a
tree0fde4a938ebc3c9deb0873b709dc5d2d69ab25c3
parent974e4b752ee623854c5dc2bbfc7c7725029ce173
[CRYPTO] salsa20: Add x86-64 assembly version

This is the x86-64 version of the Salsa20 stream cipher algorithm. The
original assembly code came from
<http://cr.yp.to/snuffle/salsa20/amd64-3/salsa20.s>. It has been
reformatted for clarity.

Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/salsa20-x86_64-asm_64.S [new file with mode: 0644]
arch/x86/crypto/salsa20_glue.c
crypto/Kconfig