Re: [Cfrg] draft-irtf-cfrg-eddsa-01

Ilari Liusvaara <ilariliusvaara@welho.com> Mon, 08 February 2016 06:40 UTC

Return-Path: <ilariliusvaara@welho.com>
X-Original-To: cfrg@ietfa.amsl.com
Delivered-To: cfrg@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B707F1ABD8F for <cfrg@ietfa.amsl.com>; Sun, 7 Feb 2016 22:40:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uyZ7XzoTilXU for <cfrg@ietfa.amsl.com>; Sun, 7 Feb 2016 22:40:31 -0800 (PST)
Received: from welho-filter1.welho.com (welho-filter1.welho.com [83.102.41.23]) by ietfa.amsl.com (Postfix) with ESMTP id B51CD1ABD3E for <Cfrg@irtf.org>; Sun, 7 Feb 2016 22:40:31 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by welho-filter1.welho.com (Postfix) with ESMTP id 068A879D; Mon, 8 Feb 2016 08:40:30 +0200 (EET)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp3.welho.com ([IPv6:::ffff:83.102.41.86]) by localhost (welho-filter1.welho.com [::ffff:83.102.41.23]) (amavisd-new, port 10024) with ESMTP id T20K87XTXu2S; Mon, 8 Feb 2016 08:40:29 +0200 (EET)
Received: from LK-Perkele-V2 (87-100-151-39.bb.dnainternet.fi [87.100.151.39]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by welho-smtp3.welho.com (Postfix) with ESMTPSA id C3F722315; Mon, 8 Feb 2016 08:40:29 +0200 (EET)
Date: Mon, 08 Feb 2016 08:40:27 +0200
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: Jim Schaad <ietf@augustcellars.com>
Message-ID: <20160208064027.GA12661@LK-Perkele-V2.elisa-laajakaista.fi>
References: <001501d16213$24b7eff0$6e27cfd0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <001501d16213$24b7eff0$6e27cfd0$@augustcellars.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
Sender: ilariliusvaara@welho.com
Archived-At: <http://mailarchive.ietf.org/arch/msg/cfrg/8bxF1REH73rIDRa8iAIumfIfWMQ>
Cc: "'cfrg@irtf.org'" <Cfrg@irtf.org>, draft-irtf-cfrg-eddsa@tools.ietf.org
Subject: Re: [Cfrg] draft-irtf-cfrg-eddsa-01
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cfrg/>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Feb 2016 06:40:33 -0000

On Sun, Feb 07, 2016 at 05:50:52PM -0800, Jim Schaad wrote:
> In section 3.3 is the formula
> 
> S = (r + H(ENC(R) || ENC(A) || P(M)) s) mod l.
> 
> Supposed to be
> 
> S = (r + H(ENC(R) || ENC(A) || PH(M)) s) mod l.
> 

Yes, fixed in working copy.


-Ilari