Changes between Version 5 and Version 6 of Doc


Ignore:
Timestamp:
2007-07-12T01:16:21Z (17 years ago)
Author:
zooko
Comment:

remove obsolete doc

Legend:

Unmodified
Added
Removed
Modified
  • Doc

    v5 v6  
    1313
    1414== Detailed Design Docs ==
    15  * TahoeIssues/FileTree, explaining how mutable, shareable, private directories are implemented (which requires interesting crypto)
    1615 * TahoeIssues/FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees.
    1716 * TahoeIssues/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff