mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
docs: fix error in crypto specification that was noticed by Taylor R Campbell <campbell+tahoe@mumble.net>
This commit is contained in:
parent
89581eb475
commit
ed836157aa
@ -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=RSAenc(sigkey, H(version+seqnum+r+IV+encparm))
|
||||
8 543ish 256ish signature=RSAsign(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])
|
||||
|
Loading…
Reference in New Issue
Block a user