From: Herbert Xu Subject: Re: [PATCH 1/1] salsa20: Salsa20 stream cipher Date: Sun, 18 Nov 2007 23:46:26 +0800 Message-ID: <20071118154626.GA29523@gondor.apana.org.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Crypto To: Tan Swee Heng Return-path: Received: from rhun.apana.org.au ([64.62.148.172]:1790 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750854AbXKRPqa (ORCPT ); Sun, 18 Nov 2007 10:46:30 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Sun, Nov 18, 2007 at 11:29:52PM +0800, Tan Swee Heng wrote: > 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. > > Regards, > Swee Heng > > Signed-off-by: Tan Swee Heng Patch applied. Thanks for the quick response! BTW I made a small change to the Kconfig file so that it now selects BLKCIPHER instead of ALGAPI. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt