diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-12-24 18:00:44 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-12-24 18:00:44 +0100 |
commit | f181664240857e5ae12473ecca431902fac764e5 (patch) | |
tree | a90099b12150b6cac7c478036773898be3195fc9 | |
parent | ea1237cf955577dc53bd9407029dfedfc1235c89 (diff) |
-pseudo header is not prefixed to block, but derived from it
-rw-r--r-- | draft-schanzen-r5n.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml index 0e2a069..e9fb4f4 100644 --- a/draft-schanzen-r5n.xml +++ b/draft-schanzen-r5n.xml @@ -2145,8 +2145,11 @@ gnunet+tcp://12.3.4.5/ <t> is the signature of the HELLO. It covers a 64-bit pseudo header - conceptually prefixed to the block. The pseudo header includes - the expiration, signature purpose and a hash over the addresses. + derived from the information in the HELLO block. + The pseudo header includes + the expiration time, a constant that uniquely + identifies the purpose of the signature, + and a hash over the addresses. The wire format is illustrated in <xref target="figure_hellowithpseudo"/>. </t> |