Changes between Version 17 and Version 18 of Doc
- Timestamp:
- 2007-11-30T03:20:04Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc
v17 v18 17 17 18 18 == Detailed Design Docs == 19 * [source:docs/mutable.txt mutable.txt], explaining the interesting crypto tricks that go into secure distributed mutable files 19 20 * FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. 20 21 * ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff