commit | 974e4b752ee623854c5dc2bbfc7c7725029ce173 | [log] [tgz] |
---|---|---|
author | Tan Swee Heng <thesweeheng@gmail.com> | Mon Dec 10 15:52:56 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:57 2008 +1100 |
tree | e2eb69820a90058a026def6a02a397c082811934 | |
parent | dadbc53d0bbde0e84c40b9f6bc5c50eb9eb7352a [diff] |
[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) 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>