Re: [Dcrup] EDDSA implementation question

Scott Kitterman <sklist@kitterman.com> Tue, 20 June 2017 03:08 UTC

Return-Path: <sklist@kitterman.com>
X-Original-To: dcrup@ietfa.amsl.com
Delivered-To: dcrup@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E990C13192E for <dcrup@ietfa.amsl.com>; Mon, 19 Jun 2017 20:08:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level:
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=kitterman.com
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 NXdUZzWNq5td for <dcrup@ietfa.amsl.com>; Mon, 19 Jun 2017 20:07:59 -0700 (PDT)
Received: from mailout03.controlledmail.com (mailout03.controlledmail.com [208.43.65.50]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 100D813192B for <dcrup@ietf.org>; Mon, 19 Jun 2017 20:07:59 -0700 (PDT)
Received: from android-df929938bd25e485.home.kitterman.com (static-72-81-252-22.bltmmd.fios.verizon.net [72.81.252.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout03.controlledmail.com (Postfix) with ESMTPSA id 8CB79C4037F; Mon, 19 Jun 2017 22:07:57 -0500 (CDT)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kitterman.com; s=201409; t=1497928077; bh=Ueo8uFEAlaTTCQUUrR1hsBIVnnmEy7CrMkfecXnw2DE=; h=Date:In-Reply-To:References:Subject:To:From:From; b=YB7DkDxer54GLXGGDUQkUY8QytFXELBYcp9TqA3y65XkgKW22yokLa04T5gejthrR FOBs7lMeJv/aXXOoL8cTZJlMROGYAe2mrpQE61LX/v+QAHepoFNXdvQI6MnNg0W+Hl f4OnWkHrP0Nwhaz0/4gWXq0vV/zwp673s1JT4A28=
Date: Tue, 20 Jun 2017 03:07:56 +0000
In-Reply-To: <f06fa4b2f5ab412eb354964ca85e1433@usma1ex-dag1mb1.msg.corp.akamai.com>
References: <20170619205416.10860.qmail@ary.lan> <CAMm+LwhApVD-xbfvHf7GJvC2EK+5EOePU7ww5sCV0ckE+LCC7w@mail.gmail.com> <CABkgnnW6TzykXWNuKiuE-g00JsTaWNMh9gajQK8MrA3X7X8mWw@mail.gmail.com> <f06fa4b2f5ab412eb354964ca85e1433@usma1ex-dag1mb1.msg.corp.akamai.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
To: dcrup@ietf.org
From: Scott Kitterman <sklist@kitterman.com>
Message-ID: <8CDE9BE5-3D3E-42AE-81EC-6B805B73EE5E@kitterman.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/dcrup/ZMdfan1z3b-rGnDO2hvn4JI-x-4>
Subject: Re: [Dcrup] EDDSA implementation question
X-BeenThere: dcrup@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: DKIM Crypto Update <dcrup.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dcrup>, <mailto:dcrup-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dcrup/>
List-Post: <mailto:dcrup@ietf.org>
List-Help: <mailto:dcrup-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dcrup>, <mailto:dcrup-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Jun 2017 03:08:01 -0000


On June 19, 2017 10:31:21 PM EDT, "Salz, Rich" <rsalz@akamai.com> wrote:
>I am biased, but I would like at pycrypto and ask them to wrap the
>openssl eddsa code.

The python-nacl code has the advantage of being available.  It depends on how long you want to wait.  Also the API is high level enough to avoid having to get your hands into the low level guts of it all.

Speaking as a maintainer of a DKIM library (dkimpy), those are both very appealing properties.  

Scott K