[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>
Showing
- arch/x86/crypto/Makefile 2 additions, 0 deletionsarch/x86/crypto/Makefile
- arch/x86/crypto/salsa20-i586-asm_32.S 1114 additions, 0 deletionsarch/x86/crypto/salsa20-i586-asm_32.S
- arch/x86/crypto/salsa20_glue.c 127 additions, 0 deletionsarch/x86/crypto/salsa20_glue.c
- crypto/Kconfig 15 additions, 0 deletionscrypto/Kconfig
Loading
Please register or sign in to comment