mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
debug dump-share: print size of encprivkey and signature too
This commit is contained in:
parent
154dca10a0
commit
b2f8c22fb8
@ -175,6 +175,9 @@ def dump_SDMF_share(offset, length, config, out, err):
|
||||
print >>out, " total_shares: %d" % N
|
||||
print >>out, " segsize: %d" % segsize
|
||||
print >>out, " datalen: %d" % datalen
|
||||
print >>out, " enc_privkey: %d bytes" % len(enc_privkey)
|
||||
print >>out, " pubkey: %d bytes" % len(pubkey)
|
||||
print >>out, " signature: %d bytes" % len(signature)
|
||||
share_hash_ids = ",".join(sorted([str(hid)
|
||||
for hid in share_hash_chain.keys()]))
|
||||
print >>out, " share_hash_chain: %s" % share_hash_ids
|
||||
|
Loading…
x
Reference in New Issue
Block a user