gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0004] branch master updated: -define earlier


From: gnunet
Subject: [lsd0004] branch master updated: -define earlier
Date: Thu, 10 Mar 2022 07:38:36 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository lsd0004.

The following commit(s) were added to refs/heads/master by this push:
     new a9ee5fc  -define earlier
a9ee5fc is described below

commit a9ee5fcfbd0ba72b4834113e08649b057e6ed2f8
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Mar 10 07:38:29 2022 +0100

    -define earlier
---
 draft-schanzen-r5n.xml | 27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index ed44036..91d7a9a 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -188,21 +188,24 @@
           messages on behalf of other hosts as needed by the Routing
           Algorithm.
         </dd>
-        <dt>Peer Address:</dt>
-        <dd>
-          The <tt>Peer Address</tt> is the identifier used on the Overlay
-          to address a peer.
-        </dd>
         <dt>Peer ID:</dt>
         <dd>
           The <tt>Peer ID</tt> is the public key which is used to authenticate
           a peer in the underlay.
-          The <tt>Peer Address</tt> is derived from the <tt>Peer ID</tt>.
+         The Peer ID is the public key of the corresponding
+         Ed25519<xref target="ed25519" /> peer private key.
+          
+        </dd>
+        <dt>Peer Address:</dt>
+        <dd>
+          The <tt>Peer Address</tt> is the identifier used on the Overlay
+          to address a peer.
+         It is a SHA-512 hash of the <tt>Peer ID</tt>.
         </dd>
         <dt>Key</dt>
         <dd>
-          Fixed-sized identifier of a location in the DHT. Multiple 
<tt>Block</tt>s can be
-         stored under the same key. <tt>Peer Addresses</tt> must also always 
be valid keys.
+          512-bit identifier of a location in the DHT. Multiple 
<tt>Block</tt>s can be
+         stored under the same key. <tt>Peer Addresses</tt> are valid keys.
         </dd>
         <dt>Neighbour:</dt>
         <dd>
@@ -310,14 +313,6 @@ Connectivity | |Underlay|  |Underlay|
     </section>
     <section anchor="overlay" numbered="true" toc="default">
       <name>Application API</name>
-      <t>
-        In the DHT overlay, a peer is addressable by its
-        <tt>Peer Address</tt>.
-        The <tt>Peer Address</tt> is a SHA-512 hash <xref target="RFC4634"/>
-        of the <tt>Peer ID</tt>.
-        The Peer ID is the public key of the corresponding
-        Ed25519<xref target="ed25519" /> peer private key.
-      </t>
       <t>
         An implementation of this specification commonly exposes the two API
         procedures "GET" and "PUT".

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]