add link to mutable.txt

[Imported from Trac: page Doc, version 18]
zooko 2007-11-30 03:20:04 +00:00
parent edef62c323
commit 24dd4f3b50

1
Doc.md

@ -16,6 +16,7 @@
* [the release notes]source:relnotes.txt@1346 announcing v0.6 on September 24, 2007, including improved performance and packaging * [the release notes]source:relnotes.txt@1346 announcing v0.6 on September 24, 2007, including improved performance and packaging
## Detailed Design Docs ## Detailed Design Docs
* [mutable.txt]source:docs/mutable.txt, explaining the interesting crypto tricks that go into secure distributed mutable files
* [FileEncoding](FileEncoding), explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. * [FileEncoding](FileEncoding), explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees.
* [ShareEncoding](ShareEncoding), explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff * [ShareEncoding](ShareEncoding), explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff