projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89581eb
)
docs: fix error in crypto specification that was noticed by Taylor R Campbell <campbe...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 29 Jun 2011 18:57:11 +0000
(11:57 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 29 Jun 2011 18:57:11 +0000
(11:57 -0700)
docs/specifications/mutable.rst
patch
|
blob
|
history
diff --git
a/docs/specifications/mutable.rst
b/docs/specifications/mutable.rst
index cba93dce025453d701c865658bccee5e25b272f9..1d4b3de8bcf1bd32318ed7e26b1fdeee535e5c23 100644
(file)
--- a/
docs/specifications/mutable.rst
+++ b/
docs/specifications/mutable.rst
@@
-535,7
+535,7
@@
offset is used both to terminate the share data and to begin the encprivkey).
91 8 (12) encrypted private key
99 8 (13) EOF
7 107 436ish verification key (2048 RSA key)
- 8 543ish 256ish signature=RSA
enc
(sigkey, H(version+seqnum+r+IV+encparm))
+ 8 543ish 256ish signature=RSA
sign
(sigkey, H(version+seqnum+r+IV+encparm))
9 799ish (a) share hash chain, encoded as:
"".join([pack(">H32s", shnum, hash)
for (shnum,hash) in needed_hashes])