Home
last modified time | relevance | path

Searched hist:"2407 d60872dd2a95404c6048f775f3b64d438f4b" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dtcrypt.hdiff 2407d60872dd2a95404c6048f775f3b64d438f4b Fri Nov 23 12:45:00 CET 2007 Tan Swee Heng <thesweeheng@gmail.com> [CRYPTO] salsa20: Salsa20 stream cipher

This patch implements the Salsa20 stream cipher using the blkcipher interface.

The core cipher code comes from Daniel Bernstein's submission to eSTREAM:
http://www.ecrypt.eu.org/stream/svn/viewcvs.cgi/ecrypt/trunk/submissions/salsa20/full/ref/

The test vectors comes from:
http://www.ecrypt.eu.org/stream/svn/viewcvs.cgi/ecrypt/trunk/submissions/salsa20/full/

It has been tested successfully with "modprobe tcrypt mode=34" on an
UML instance.

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