aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-30 22:33:06 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-30 22:33:06 +0200
commit33b7c4306e5bc8ea695b7e265136c9f42bfc9fe0 (patch)
tree3bed4293ff2f69109ff0beef4c1272c5feafd6bb /draft-schanzen-gns.xml
parent36a567839e0609e432392676dd99d8c5342fdce0 (diff)
downloadlsd0001-33b7c4306e5bc8ea695b7e265136c9f42bfc9fe0.tar.gz
lsd0001-33b7c4306e5bc8ea695b7e265136c9f42bfc9fe0.zip
move section title storage key to where discussion of storage key begins
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index b8d97d7..6b8a254 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1785,10 +1785,12 @@ GET(key) -> block
1785 remote storage. 1785 remote storage.
1786 </t> 1786 </t>
1787 <t> 1787 <t>
1788 Resource records are grouped by their respective labels, 1788 All resource records from the same zone sharing the same label are
1789 encrypted and published together in a single records block 1789 encrypted and published together in a single records block
1790 (RRBLOCK) in the storage under a storage key q as illustrated in <xref target="figure_storage_publish"/>. 1790 (RRBLOCK) in the remote storage under a key q as illustrated
1791 The implementation <bcp14>MUST</bcp14> use the PUT storage procedure in order to update the zone contents accordingly. 1791 in <xref target="figure_storage_publish"/>.
1792 The implementation <bcp14>MUST</bcp14> use the PUT storage procedure
1793 to update the zone contents accordingly.
1792 </t> 1794 </t>
1793 <figure anchor="figure_storage_publish" title="Management and publication of local zones in the distributed storage."> 1795 <figure anchor="figure_storage_publish" title="Management and publication of local zones in the distributed storage.">
1794 <artwork name="" type="" align="left" alt=""><![CDATA[ 1796 <artwork name="" type="" align="left" alt=""><![CDATA[
@@ -1817,6 +1819,8 @@ GET(key) -> block
1817 +---------+ | 1819 +---------+ |
1818 ]]></artwork> 1820 ]]></artwork>
1819 </figure> 1821 </figure>
1822 <section anchor="blinding" numbered="true" toc="default">
1823 <name>The Storage Key</name>
1820 <t> 1824 <t>
1821 The storage key is derived from the zone key and the respective 1825 The storage key is derived from the zone key and the respective
1822 label of the contained records. 1826 label of the contained records.
@@ -1854,8 +1858,6 @@ GET(key) -> block
1854 +------+ +-------------+ 1858 +------+ +-------------+
1855 ]]></artwork> 1859 ]]></artwork>
1856 </figure> 1860 </figure>
1857 <section anchor="blinding" numbered="true" toc="default">
1858 <name>The Storage Key</name>
1859 <t> 1861 <t>
1860 Given a label, the storage key q is derived as follows: 1862 Given a label, the storage key q is derived as follows:
1861 </t> 1863 </t>