commit 5c50f83f3574003d0b38115f38d16814d0d886e8
parent 9a394bafd50705ebfb70c7b38920d9a188afedbf
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date: Sat, 19 Sep 2020 15:40:18 +0200
minor
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -346,7 +346,7 @@ zk' := h mod L * zk
For EDKEY zones the zone key material is derived using the
curve parameters of the twisted edwards representation
of Curve25519 <xref target="RFC7748" /> (a.k.a. edwards25519)
- with the Ed25519-SHA-512 scheme (<xref target="ed25519" />).
+ with the Ed25519-SHA-512 scheme <xref target="ed25519" />.
Consequently , we use the following naming convention for our
cryptographic primitives for EDKEY zones:
</t>
@@ -360,7 +360,7 @@ zk' := h mod L * zk
is the EdDSA public zone key corresponding to d. It is defined in
<xref target="ed25519" /> as the curve point a*B where B is the
group generator of the elliptic curve and a is an integer
- derived from d using a hashfunction.
+ derived from d using the SHA512 hash function.
The public key is used to uniquely identify a GNS zone and is
referred to as the "zone key".
</dd>