aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-08 21:44:27 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-08 21:44:27 +0100
commitf95fe19f7a37225f111703d2cddfe680aeb3638d (patch)
tree3b9dac55ebdffef602f0165833b670db93fd2540
parentff044697d67020cf7917086cddd615e7c8a3de04 (diff)
downloadlsd0001-f95fe19f7a37225f111703d2cddfe680aeb3638d.tar.gz
lsd0001-f95fe19f7a37225f111703d2cddfe680aeb3638d.zip
purpose
-rw-r--r--draft-schanzen-gns.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 59f56f4..d46e8b2 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -752,8 +752,14 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62]
752 </dd> 752 </dd>
753 <dt>PURPOSE</dt> 753 <dt>PURPOSE</dt>
754 <dd> 754 <dd>
755 A 32-bit signature purpose flag. This field MUST be 3 (in network 755 A 32-bit signature purpose flag.
756 byte order). 756 The value of this field MUST be 3.
757 The value is encoded in network byte order.
758 It defines the context in which
759 the signature is created so that it cannot be reused in other parts
760 of the protocol including possible future extensions.
761 The value of this field corresponds to an entry in the
762 GANA "GNUnet Signature Purpose" registry <xref target="gana"/>.
757 </dd> 763 </dd>
758 <dt>TIMESTAMP</dt> 764 <dt>TIMESTAMP</dt>
759 <dd> 765 <dd>
@@ -1796,10 +1802,14 @@ q := SHA-512 (ZKDF-Public(zk, label))
1796 </dd> 1802 </dd>
1797 <dt>PURPOSE</dt> 1803 <dt>PURPOSE</dt>
1798 <dd> 1804 <dd>
1799 A 32-bit signature purpose flag. For a RRBLOCK the value of this 1805 A 32-bit signature purpose flag. The value of this
1800 field MUST be 15. The value is encoded in network byte order. 1806 field MUST be 15.
1807 The value is encoded in network byte order.
1808 It defines the context in which
1809 the signature is created so that it cannot be reused in other parts
1810 of the protocol including possible future extensions.
1801 The value of this field corresponds to an entry in the 1811 The value of this field corresponds to an entry in the
1802 GANA "GNUnet Signature Purpose" registry. 1812 GANA "GNUnet Signature Purpose" registry <xref target="gana"/>.
1803 </dd> 1813 </dd>
1804 <dt>EXPIRATION</dt> 1814 <dt>EXPIRATION</dt>
1805 <dd> 1815 <dd>