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:
1889af0
)
trailing-whitespace eradication, no functional changes
author
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:25:09 +0000
(15:25 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:25:09 +0000
(15:25 -0700)
src/allmydata/util/hashutil.py
patch
|
blob
|
history
diff --git
a/src/allmydata/util/hashutil.py
b/src/allmydata/util/hashutil.py
index 3b14e668feb0a44b737015f88b1f7b75de3715d2..114a68fb6c622536c729eda2d60dafa482cc94a0 100644
(file)
--- a/
src/allmydata/util/hashutil.py
+++ b/
src/allmydata/util/hashutil.py
@@
-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))