diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2023-05-30 13:38:43 +0200 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2023-05-30 13:38:43 +0200 |
commit | c2eb18649314055d5ce3844f0dc85dfad5f0e94d (patch) | |
tree | 078886938e68411fb08c75166df28cbaa9aa3031 | |
parent | d436f9806810475ff3507e9679f45dd68ee17a3a (diff) |
update
-rw-r--r-- | draft-schanzen-gns.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml index dfea80c..6b11522 100644 --- a/draft-schanzen-gns.xml +++ b/draft-schanzen-gns.xml @@ -1090,7 +1090,8 @@ zTLD[126..129].zTLD[63..125].zTLD[0..62] <t> For PKEY zones the zone key material is derived using the curve parameters of the twisted Edwards representation - of Curve25519 <xref target="RFC7748" /> (a.k.a. Ed25519) + of Curve25519 <xref target="RFC7748" /> (the reasoning behind choosing + this curve can be found in <xref target="security_cryptography"/>) with the ECDSA scheme <xref target="RFC6979" />. The following naming convention is used for the cryptographic primitives of PKEY zones: </t> @@ -1110,7 +1111,7 @@ zTLD[126..129].zTLD[63..125].zTLD[0..62] </dd> <dt>G</dt> <dd> - is the group generator (X(P),Y(P)) of edwards25519 as defined in + is the group generator (X(P),Y(P)). With X(P),Y(P) of edwards25519 as defined in <xref target="RFC7748" />. </dd> <dt>L</dt> @@ -1288,7 +1289,7 @@ S-Decrypt(zk,label,expiration,ciphertext): </dd> <dt>G</dt> <dd> - is the group generator (X(P),Y(P)) of edwards25519 as defined in + is the group generator (X(P),Y(P)). With X(P),Y(P) of edwards25519 as defined in <xref target="RFC8032" />. </dd> <dt>L</dt> |