mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
docs/specifications/dirnodes.rst: fix references to mutable.rst. refs #1225
This commit is contained in:
parent
7da1885531
commit
458b2de08b
@ -100,7 +100,7 @@ just a special way of interpreting the contents of a specific mutable file.
|
|||||||
Earlier releases used a "vdrive server": this server was abolished in the
|
Earlier releases used a "vdrive server": this server was abolished in the
|
||||||
v0.7.0 release.
|
v0.7.0 release.
|
||||||
|
|
||||||
For details of how mutable files work, please see "mutable.txt" in this
|
For details of how mutable files work, please see `<mutable.rst>`_ in this
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
For releases since v0.7.0, we achieve most of our desired properties. The
|
For releases since v0.7.0, we achieve most of our desired properties. The
|
||||||
@ -128,7 +128,7 @@ Dirnode secret values
|
|||||||
|
|
||||||
As mentioned before, dirnodes are simply a special way to interpret the
|
As mentioned before, dirnodes are simply a special way to interpret the
|
||||||
contents of a mutable file, so the secret keys and capability strings
|
contents of a mutable file, so the secret keys and capability strings
|
||||||
described in "mutable.txt" are all the same. Each dirnode contains an RSA
|
described in `<mutable.rst>`_ are all the same. Each dirnode contains an RSA
|
||||||
public/private keypair, and the holder of the "write capability" will be able
|
public/private keypair, and the holder of the "write capability" will be able
|
||||||
to retrieve the private key (as well as the AES encryption key used for the
|
to retrieve the private key (as well as the AES encryption key used for the
|
||||||
data itself). The holder of the "read capability" will be able to obtain the
|
data itself). The holder of the "read capability" will be able to obtain the
|
||||||
|
Loading…
Reference in New Issue
Block a user