Re: [Cfrg] New names for draft-ladd-safecurves

Robert Ransom <rransom.8774@gmail.com> Tue, 21 January 2014 04:25 UTC

Return-Path: <rransom.8774@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 B9A1C1A002F for <cfrg@ietfa.amsl.com>; Mon, 20 Jan 2014 20:25:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.75
X-Spam-Level:
X-Spam-Status: No, score=-1.75 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, 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 HoU-mUhqESA2 for <cfrg@ietfa.amsl.com>; Mon, 20 Jan 2014 20:25:23 -0800 (PST)
Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) by ietfa.amsl.com (Postfix) with ESMTP id ADFCD1A002A for <cfrg@irtf.org>; Mon, 20 Jan 2014 20:25:23 -0800 (PST)
Received: by mail-qa0-f42.google.com with SMTP id k4so6358409qaq.1 for <cfrg@irtf.org>; Mon, 20 Jan 2014 20:25:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OLxH9dZw7fiSg0GFWLFFJsemyhfPnwLiRKB4KwqA2Mk=; b=ZTR+7M9/iSD6zhfDWcvXLC7nEstn8jnl8vVOWYC8c9RNEL4rBbPgaCBcmEyjwvesET DArV9PeUyGl3GdKZcE7iuRm7lzlu9QdpOt02pgms1PHzn6C3q35As0euuFplgZv/+lq9 q6wt9ueqa/97fhJipPI00n/Qk8fQWeSHRKhg/z17vRNC/1sidYCrBMEDwW99/s2Gk6wB O7jaY8JmOjydb8xbIJz5OpQ1AZjpWr3demyqCdE46ONNdXjGxH/3bCor08QLxnz2Jl3a D6KIKTb+rytTKkXaZ47eLfqYmpSbzH1dVAQdmiTEujs7cM6dtEFyzFuxJCTIJJWO9+KK n4gg==
MIME-Version: 1.0
X-Received: by 10.224.53.71 with SMTP id l7mr33826773qag.33.1390278323467; Mon, 20 Jan 2014 20:25:23 -0800 (PST)
Received: by 10.229.181.132 with HTTP; Mon, 20 Jan 2014 20:25:23 -0800 (PST)
In-Reply-To: <264676DC-14DA-432E-81AB-CD0D852307A4@shiftleft.org>
References: <CACsn0ck02mnETBUfuyJjLV9K8Yuiki8_-RG0tVszL8BDhkK27w@mail.gmail.com> <6489F7D3-BF54-416F-94BE-64FD1CFCCB1E@callas.org> <CACsn0cn0938BHMs7uFJYeB_q2VcGQULcF8fzc7KR67A_+mqzLw@mail.gmail.com> <264676DC-14DA-432E-81AB-CD0D852307A4@shiftleft.org>
Date: Mon, 20 Jan 2014 20:25:23 -0800
Message-ID: <CABqy+sr1zc-T-F3D_VOoz2B9GNZPsAxi=HeMoe=DwG5EJq8AuA@mail.gmail.com>
From: Robert Ransom <rransom.8774@gmail.com>
To: Mike Hamburg <mike@shiftleft.org>
Content-Type: text/plain; charset="UTF-8"
Cc: "cfrg@irtf.org" <cfrg@irtf.org>, Jon Callas <jon@callas.org>
Subject: Re: [Cfrg] New names for draft-ladd-safecurves
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: Tue, 21 Jan 2014 04:25:24 -0000

On 1/20/14, Mike Hamburg <mike@shiftleft.org> wrote:

> I suppose in that case we should be using curves with a small A or (A-2)/4
> in Montgomery form instead of small d in Edwards form, because you need to
> multiply by A more often: Edwards representations are probably fastest with
> Niels+Extended coordinates at that size so they almost never multiply by d.

The Montgomery-form ladder is as efficient for small-integer
Edwards-form d as it is for small-integer Montgomery-form parameter
((A-2)/4 or (A+2)/4).


Robert Ransom