Re: [Cfrg] Is draft-agl-cfrgcurve-00 incompatible with Ed25519?

Adam Langley <agl@imperialviolet.org> Fri, 09 January 2015 23:15 UTC

Return-Path: <alangley@gmail.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 BFA8E1A1AF5 for <cfrg@ietfa.amsl.com>; Fri, 9 Jan 2015 15:15:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.278
X-Spam-Level:
X-Spam-Status: No, score=-1.278 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FM_FORGED_GMAIL=0.622, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=no
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 a62IwNYupMVH for <cfrg@ietfa.amsl.com>; Fri, 9 Jan 2015 15:15:42 -0800 (PST)
Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2D9C41A1ACE for <cfrg@irtf.org>; Fri, 9 Jan 2015 15:15:42 -0800 (PST)
Received: by mail-la0-f45.google.com with SMTP id gq15so16975408lab.4 for <cfrg@irtf.org>; Fri, 09 Jan 2015 15:15:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=gtxYa7Pp9sYqgdLxVaHTYzDgxwCJmPFDoHTHLwpgTZ4=; b=oPT0v9FC58Q1mWIVqm4PKdOIMFF442EQEewRfe8uTekgKc4C3VEm1JroUZ7RZ/aGzy jMuaD4xUP0LWKmbcSblSixR8aK+HIMkqpSPW5vpaZGymtEB8Da8yVLDKGdCZqY/eEU2P SU2CD4F1j4XJ2gIeHXSyz9fRf/9aKO9amquN6VPGS8HTHrUadRjkHdBS8VEZzQsO1wae sAmnIpfIBhILfSOsAgt+jMNWeWDp/Q88iaAsEDk4qe7jJXYAdMj+JHeFcsCxq20TtVPh sem9uka70qBXvXpXhaaca8AvgDFdg25eP12a2UzFR7ETrTg/XluOwKni+bjldJ1k5shr 3GYQ==
MIME-Version: 1.0
X-Received: by 10.153.5.1 with SMTP id ci1mr23735266lad.67.1420845340506; Fri, 09 Jan 2015 15:15:40 -0800 (PST)
Sender: alangley@gmail.com
Received: by 10.112.114.225 with HTTP; Fri, 9 Jan 2015 15:15:40 -0800 (PST)
In-Reply-To: <CAHOTMV+xQV6uqp-tB1Hs8xry5L+od=UW7RgtRYY-Lte4SGwxHA@mail.gmail.com>
References: <CAHOTMV+xQV6uqp-tB1Hs8xry5L+od=UW7RgtRYY-Lte4SGwxHA@mail.gmail.com>
Date: Fri, 09 Jan 2015 15:15:40 -0800
X-Google-Sender-Auth: _qmEyiKu2Q04CFA-0P5xLw8vmqI
Message-ID: <CAMfhd9U4DkYB-BmEo6xz6SZkqnR=_MCiBTrJhXEaoGNxNdYGag@mail.gmail.com>
From: Adam Langley <agl@imperialviolet.org>
To: Tony Arcieri <bascule@gmail.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <http://mailarchive.ietf.org/arch/msg/cfrg/_fbfKSNHkRtQQMNfTKAxXZMyOng>
Cc: "cfrg@irtf.org" <cfrg@irtf.org>
Subject: Re: [Cfrg] Is draft-agl-cfrgcurve-00 incompatible with Ed25519?
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/options/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: Fri, 09 Jan 2015 23:15:45 -0000

On Fri, Jan 9, 2015 at 3:10 PM, Tony Arcieri <bascule@gmail.com> wrote:
> It would be good to get a definitive answer on this question before
> draft-agl-cfrgcurve-00 adopted (which I'm guessing is likely to happen)

The Edwards curve recommended in draft-agl-cfrgcurve-00 is the curve
behind Ed25519. The draft doesn't say anything about EdDSA, or even
signatures, but I don't think there's an incompatibility—just an
incompleteness.


Cheers

AGL

-- 
Adam Langley agl@imperialviolet.org https://www.imperialviolet.org