commit a2399018351c979da7a2a293aef01007650c7db5
parent 40ac737c67c9bb8c8ea217f8f71a15bdeabc034f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 21 Dec 2021 08:04:18 +0100
fix eddsa
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -710,7 +710,7 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
<dt>d</dt>
<dd>
is a 256-bit EdDSA private zone key. The generation as defined
- in <xref target="RFC7748" /> represents the Private-KeyGen()
+ in Section 3.2. of <xref target="RFC8032" /> and represents the Private-KeyGen()
function.
</dd>
<dt>a</dt>
@@ -721,7 +721,7 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
<dt>zk</dt>
<dd>
is the EdDSA public zone key corresponding to d. It is defined in
- <xref target="ed25519" /> as the curve point a*G where G is the
+ Section 3.2 of <xref target="RFC8032" /> as the curve point a*G where G is the
group generator of the elliptic curve and a is an integer
derived from d using the SHA512 hash function.
This generation including the derivation of a represents the