]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
change encryption-key hash to include encoding parameters. This is a minor compatibil...
authorBrian Warner <warner@allmydata.com>
Thu, 7 Feb 2008 02:50:47 +0000 (19:50 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 7 Feb 2008 02:50:47 +0000 (19:50 -0700)
commitda9610e90ac65c381c3f6c6fb074e29f07f0e110
tree348ccb4e2047c503608f19fbf649d57a8b8bacac
parent9f9a45824910633b91bd7adc9a138d76558e392d
change encryption-key hash to include encoding parameters. This is a minor compatibility break: CHK files encoded (with convergence) before and after this will have different keys and ciphertexts. Also switched to SHA-256d for both the data-to-key hash and the key-to-storageindex hash
src/allmydata/test/test_helper.py
src/allmydata/test/test_util.py
src/allmydata/upload.py
src/allmydata/util/hashutil.py