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