From: "Tan Swee Heng" Subject: [PATCH 2/3] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) Date: Thu, 22 Nov 2007 05:17:30 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Herbert Xu" To: "Linux Crypto" Return-path: Received: from rn-out-0910.google.com ([64.233.170.185]:9954 "EHLO rn-out-0102.google.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751620AbXKUVRc (ORCPT ); Wed, 21 Nov 2007 16:17:32 -0500 Received: by rn-out-0102.google.com with SMTP id s46so3768408rnb for ; Wed, 21 Nov 2007 13:17:30 -0800 (PST) Content-Disposition: inline Sender: linux-crypto-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org This patch implements the glue code that uses the Salsa20 x86-pm assembly code written by D. J. Bernstein. Original assembly code is available at . Signed-off-by: Tan Swee Heng