From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9hnzPSt14gMB for ; Thu, 4 Oct 2012 15:56:55 +0200 (CEST) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 4 Oct 2012 15:56:55 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id hr7so841068wib.1 for ; Thu, 04 Oct 2012 06:56:55 -0700 (PDT) Message-ID: <506D95A3.2050405@gmail.com> Date: Thu, 04 Oct 2012 15:56:51 +0200 From: Milan Broz MIME-Version: 1.0 References: <1349358190.71371.YahooMailNeo@web29606.mail.ird.yahoo.com> In-Reply-To: <1349358190.71371.YahooMailNeo@web29606.mail.ird.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] News: NIST Selects Winner of Secure Hash Algorithm (SHA-3) Competition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mickael Cc: "dm-crypt@saout.de" On 10/04/2012 03:43 PM, Mickael wrote: > Hello, > I just want to share an interesting news: > > http://www.nist.gov/itl/csd/sha-100212.cfm > Is this news important for the dm-crypt project ? In fact, no :) But once it is implemented in libraries and kernel, it can be used where hash algorithm is needed... (Kernel crypto API patch already exists btw http://article.gmane.org/gmane.linux.kernel/1368959 ) Milan