]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/mutable.txt: we need readkey IV
authorBrian Warner <warner@allmydata.com>
Tue, 30 Oct 2007 01:14:51 +0000 (18:14 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 30 Oct 2007 01:14:51 +0000 (18:14 -0700)
docs/mutable.txt

index 82b38b7dc5b3a01a144da14231124dfa36f1331a..845f88b951f35b838b64446691a70d677c2ad142 100644 (file)
@@ -484,10 +484,12 @@ provides explicit support for revision identifiers and branching.
 
 == TODO ==
 
+add IV, use it by hashing the long-term readkey with the IV to generate the
+per-version readkey.
 
 improve allocate-and-write or get-writer-buckets API to allow one-call (or
 maybe two-call) updates. The challenge is in figuring out which shares are on
-which machines.
+which machines. First cut will have lots of round trips.
 
 (eventually) define behavior when seqnum wraps. At the very least make sure
 it can't cause a security problem. "the slot is worn out" is acceptable.