Changes between Version 17 and Version 18 of Doc


Ignore:
Timestamp:
2007-11-30T03:20:04Z (16 years ago)
Author:
zooko
Comment:

add link to mutable.txt

Legend:

Unmodified
Added
Removed
Modified
  • Doc

    v17 v18  
    1717
    1818== Detailed Design Docs ==
     19 * [source:docs/mutable.txt mutable.txt], explaining the interesting crypto tricks that go into secure distributed mutable files
    1920 * FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees.
    2021 * ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff