Re: [Cfrg] Answers to HKDF questions

Zooko Wilcox-O'Hearn <zooko@zooko.com> Thu, 22 October 2009 03:01 UTC

Return-Path: <zooko@zooko.com>
X-Original-To: cfrg@core3.amsl.com
Delivered-To: cfrg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 30F333A6892 for <cfrg@core3.amsl.com>; Wed, 21 Oct 2009 20:01:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.413
X-Spam-Level:
X-Spam-Status: No, score=-2.413 tagged_above=-999 required=5 tests=[AWL=0.186, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X78MWmlOLBjT for <cfrg@core3.amsl.com>; Wed, 21 Oct 2009 20:01:14 -0700 (PDT)
Received: from nooxie.zooko.com (nooxie.zooko.com [207.7.145.200]) by core3.amsl.com (Postfix) with ESMTP id 93A3F3A67AE for <cfrg@irtf.org>; Wed, 21 Oct 2009 20:01:14 -0700 (PDT)
Received: from [192.168.1.118] (97-118-105-53.hlrn.qwest.net [97.118.105.53]) by nooxie.zooko.com (Postfix) with ESMTP id 9BBFE197D1; Wed, 21 Oct 2009 20:06:11 -0700 (PDT)
In-Reply-To: <e89b43830910211838x2e1ca67cgaf48d02cd4008710@mail.gmail.com>
References: <e89b43830910211838x2e1ca67cgaf48d02cd4008710@mail.gmail.com>
Mime-Version: 1.0 (Apple Message framework v753.1)
Content-Type: text/plain; charset="US-ASCII"; delsp="yes"; format="flowed"
Message-Id: <46DFA920-54BF-4567-90AF-6742C8FAA5F2@zooko.com>
Content-Transfer-Encoding: 7bit
From: Zooko Wilcox-O'Hearn <zooko@zooko.com>
Date: Wed, 21 Oct 2009 21:01:16 -0600
To: Hugo Krawczyk <hugo@ee.technion.ac.il>
X-Mailer: Apple Mail (2.753.1)
Cc: cfrg@irtf.org
Subject: Re: [Cfrg] Answers to HKDF questions
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/cfrg>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <http://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Oct 2009 03:01:15 -0000

Dear Hugo Krawcyck:

Thank you for the detailed answers.  I still have a question about  
HMAC as compared to other MACs.  Feel free to point me to existing  
documents if they answer my question.  Suppose I were to instantiate  
HKDF with the keyed PRF being a cipher based MAC such as Poly1305  
instead of HMAC.  Which of the arguments for HKDF's security would  
still apply?

Regards,

Zooko