Changes between Version 11 and Version 12 of NewMutableEncodingDesign


Ignore:
Timestamp:
2010-01-07T07:36:32Z (14 years ago)
Author:
davidsarah
Comment:

added 'minimum' in wrong place

Legend:

Unmodified
Added
Removed
Modified
  • NewMutableEncodingDesign

    v11 v12  
    167167
    168168 * (1K) writecap = K-bit random string = privkey
    169  * (3K) readcap = H(writecap)[:K] + pubkey
     169 * (minimum 3K) readcap = H(writecap)[:K] + pubkey
    170170 * verifycap = pubkey
    171171 * storage-index = H(pubkey)
     
    184184
    185185 * (1K) writecap = K-bit random string = privkey
    186  * (minimum 3K) readcap = H(writecap)[:K] + H(pubkey)
     186 * (3K) readcap = H(writecap)[:K] + H(pubkey)
    187187 * (3K) traversalcap: H(readcap)[:K] + H(pubkey)
    188188 * verifycap = H(pubkey)