From 24dd4f3b50cebc8d7c6d72beab419bad9055b164 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 30 Nov 2007 03:20:04 +0000 Subject: [PATCH] add link to mutable.txt [Imported from Trac: page Doc, version 18] --- Doc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc.md b/Doc.md index c7ac4e2..f67c761 100644 --- a/Doc.md +++ b/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 ## 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. * [ShareEncoding](ShareEncoding), explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff