lsd0004

LSD0004: R5N Distributed Hash Table
Log | Files | Refs

commit f4f4afaca956c4c15c536a62dc41bf160feb0a99
parent 238645c420abf954de14c460447ec2fa70137239
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 Jul 2024 09:01:41 +0200

illustrate signatures better

Diffstat:
Mdraft-schanzen-r5n.xml | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml @@ -1287,14 +1287,14 @@ BEGIN sum of the field values in <tt>PUTPATH_L</tt> and <tt>GETPATH_L</tt>. Basically, the last signature does not count for the path length. </t> - <figure anchor="figure_path_ex" title="Example of a path as found in PutMessages or ResultMessages from A to D."> + <figure anchor="figure_path_ex" title="Example of a path as found in PutMessages or ResultMessages from Peer A to Peer D as transmitted by Peer D."> <artwork name="" type="" align="left" alt=""><![CDATA[ 0 8 16 24 32 40 48 56 +-----+-----+-----+-----+-----+-----+-----+-----+ | SIGNATURE A | | (64 bytes) | | | -| | +| (Over ZERO and PEER B signed by PEER A) | | | | | | | @@ -1308,7 +1308,7 @@ BEGIN | SIGNATURE B | | (64 bytes) | | | -| | +| (Over PEER A and PEER C signed by PEER B) | | | | | | | @@ -1322,7 +1322,7 @@ BEGIN | SIGNATURE C | | (64 bytes) | | | -| | +| (Over PEER B and PEER D signed by PEER C) | | | | | | | @@ -1336,7 +1336,7 @@ BEGIN | SIGNATURE D (last sig) | | (64 bytes) | | | -| | +| (Over PEER C and receiver signed by PEER D) | | | | | | | @@ -1367,7 +1367,7 @@ BEGIN Basically, the truncated peer and the last signature do not count for the path length. </t> - <figure anchor="figure_path_ex_trunc" title="Example of a truncated path from Peer B to Peer D."> + <figure anchor="figure_path_ex_trunc" title="Example of a truncated path from Peer B to Peer D as transmitted by Peer D."> <artwork name="" type="" align="left" alt=""><![CDATA[ 0 8 16 24 32 40 48 56 +-----+-----+-----+-----+-----+-----+-----+-----+ @@ -1379,7 +1379,7 @@ BEGIN | SIGNATURE C | | (64 bytes) | | | -| | +| (Over PEER B and PEER D signed by PEER C) | | | | | | | @@ -1393,7 +1393,7 @@ BEGIN | SIGNATURE D (last sig) | | (64 byte) | | | -| | +| (Over PEER C and receiver signed by PEER D) | | | | | | |