added 'minimum' in wrong place

[Imported from Trac: page NewMutableEncodingDesign, version 12]
davidsarah 2010-01-07 07:36:32 +00:00
parent 34cc53bc01
commit 854b649f2e

@ -166,7 +166,7 @@ Or, if the pubkey is short enough, include it in the cap rather than
requiring the client to fetch a copy:
* (1K) writecap = K-bit random string = privkey
* (3K) readcap = H(writecap)[:K] + pubkey
* (minimum 3K) readcap = H(writecap)[:K] + pubkey
* verifycap = pubkey
* storage-index = H(pubkey)
@ -183,7 +183,7 @@ is present in all caps, it's easy to insert arbitrary intermediate levels. It
doesn't even change the way the existing caps are used:
* (1K) writecap = K-bit random string = privkey
* (minimum 3K) readcap = H(writecap)[:K] + H(pubkey)
* (3K) readcap = H(writecap)[:K] + H(pubkey)
* (3K) traversalcap: H(readcap)[:K] + H(pubkey)
* verifycap = H(pubkey)
* storage-index = truncated verifycap