[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
authorTan Swee Heng <thesweeheng@gmail.com>
Mon, 10 Dec 2007 07:52:56 +0000 (15:52 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:57 +0000 (08:16 +1100)
This patch contains the salsa20-i586 implementation. The original
assembly code came from
<http://cr.yp.to/snuffle/salsa20/x86-pm/salsa20.s>. I have reformatted
it (added indents) so that it matches the other algorithms in
arch/x86/crypto.

Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found