commit a361c966fd5585469c2a642c1cd5b6615b562c81 parent b3a2953c279ab387e7cc731dbc9185c044c04ced Author: Martin Schanzenbach <mschanzenbach@posteo.de> Date: Sat, 19 Sep 2020 16:18:07 +0200 add a parameter Diffstat:
| M | draft-schanzen-gns.xml | | | 13 | +++++++++---- |
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -355,14 +355,19 @@ zk' := h mod L * zk <dd> is a 256-bit EdDSA private zone key. </dd> + <dt>a</dt> + <dd> + is is an integer derived from d using the SHA512 hash function + as defined in <xref target="ed25519" />. + </dd> <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*B where B is the - group generator of the elliptic curve and a is an integer - 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". + group generator of the elliptic curve and a is an integer + 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> <dt>ztype</dt> <dd>