commit 40ac737c67c9bb8c8ea217f8f71a15bdeabc034f parent be8ace04e2b38e5d7cb26f6b288adfa8c365325a Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 21 Dec 2021 08:00:24 +0100 fix ecdsa Diffstat:
| M | draft-schanzen-gns.xml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -543,13 +543,13 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62] <dl> <dt>d</dt> <dd> - is a 256-bit ECDSA private zone key. The generation as defined in - <xref target="RFC7748" /> represents the Private-KeyGen() function. + is a 256-bit ECDSA private zone key. The generation of the private + scalar as defined in Section 2.2. of <xref target="RFC6979" /> represents the Private-KeyGen() function. </dd> <dt>zk</dt> <dd> is the ECDSA public zone key corresponding to d. Its generation is - defined in <xref target="RFC6979" /> as the curve point d*G where G + defined in Section 2.2. of <xref target="RFC6979" /> as the curve point d*G where G is the group generator of the elliptic curve. This generation represents the Public-KeyGen(d) function. </dd>