mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
1889af0e61
commit
284b3e77e0
@ -9,7 +9,7 @@ def tagged_hash(tag, val):
|
||||
s.update(netstring(tag))
|
||||
s.update(val)
|
||||
return s.digest()
|
||||
|
||||
|
||||
def tagged_pair_hash(tag, val1, val2):
|
||||
s = SHA256.new()
|
||||
s.update(netstring(tag))
|
||||
|
Loading…
Reference in New Issue
Block a user