Changes between Version 5 and Version 6 of Doc
- Timestamp:
- 2007-07-12T01:16:21Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc
v5 v6 13 13 14 14 == Detailed Design Docs == 15 * TahoeIssues/FileTree, explaining how mutable, shareable, private directories are implemented (which requires interesting crypto)16 15 * TahoeIssues/FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. 17 16 * TahoeIssues/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff