lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit fe02f57525e255b98f5fc9875d1fdf51745d41b7
parent 9f9d3512175008cdda66e309dd4b68426ea510fa
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date:   Fri,  4 Oct 2019 18:59:38 +0200

minor changes

Diffstat:
Mdraft-schanzen-gns.html | 4++--
Mdraft-schanzen-gns.txt | 4++--
Mdraft-schanzen-gns.xml | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html @@ -1156,10 +1156,10 @@ async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(le <a href="#section-2" class="section-number selfRef">2. </a><a href="#name-zones" class="section-name selfRef">Zones</a> </h2> <p id="section-2-1"> - A zone in GNS is defined by a public/private ECC key pair (d,zk), + A zone in GNS is defined by a public/private ECDSA key pair (d,zk), where d is the private key and zk the corresponding public key. GNS employs the curve parameters of the twisted edwards representation - of Curve25519 <span>[<a href="#RFC7748" class="xref">RFC7748</a>]</span> (edwards25519) + of Curve25519 <span>[<a href="#RFC7748" class="xref">RFC7748</a>]</span> (a.k.a. edwards25519) with the ECDSA scheme (<span>[<a href="#RFC6979" class="xref">RFC6979</a>]</span>). The deterministic property of ECDSA (as opposed to EdDSA) is required in order to achieve zone privacy. diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt @@ -93,10 +93,10 @@ Table of Contents 2. Zones - A zone in GNS is defined by a public/private ECC key pair (d,zk), + A zone in GNS is defined by a public/private ECDSA key pair (d,zk), where d is the private key and zk the corresponding public key. GNS employs the curve parameters of the twisted edwards representation of - Curve25519 [RFC7748] (edwards25519) with the ECDSA scheme + Curve25519 [RFC7748] (a.k.a. edwards25519) with the ECDSA scheme ([RFC6979]). The deterministic property of ECDSA (as opposed to EdDSA) is required in order to achieve zone privacy. In the following, we use the following naming convention for our diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -81,10 +81,10 @@ <section anchor="zones" numbered="true" toc="default"> <name>Zones</name> <t> - A zone in GNS is defined by a public/private ECC key pair (d,zk), + A zone in GNS is defined by a public/private ECDSA key pair (d,zk), where d is the private key and zk the corresponding public key. GNS employs the curve parameters of the twisted edwards representation - of Curve25519 <xref target="RFC7748" /> (edwards25519) + of Curve25519 <xref target="RFC7748" /> (a.k.a. edwards25519) with the ECDSA scheme (<xref target="RFC6979" />). The deterministic property of ECDSA (as opposed to EdDSA) is required in order to achieve zone privacy.