mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
call out the base32/base64 mismatch
This commit is contained in:
parent
67ff44039f
commit
5fa71484e3
@ -298,3 +298,5 @@ For example::
|
||||
spki_sha256 = sha256(spki_bytes).digest()
|
||||
spki_digest32 = base32.encode(spki_sha256)
|
||||
assert spki_digest32 == tub_id
|
||||
|
||||
Note we use the Tahoe-LAFS-preferred base32 encoding rather than base64.
|
||||
|
Loading…
Reference in New Issue
Block a user