]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/util/hashutil.py
change encryption-key hash to include encoding parameters. This is a minor compatibil...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util / hashutil.py
2008-02-07 Brian Warnerchange encryption-key hash to include encoding paramete...
2008-02-07 Brian Warnerhashutil: add tagged_hash_256d and tagged_hasher_256d
2008-02-01 Zooko O'Whielacronxrename storage_index_chk_hash() to storage_index_hash...
2007-12-18 Zooko O'Whielacronxrename "secret" to "lease_secret" and change its size...
2007-12-04 Brian Warneruse AES from pycryptopp instead of pycrypto, also trunc...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Zooko O'Whielacronxhashutil.py: switch from pycrypto to pycryptopp SHA256
2007-11-08 Zooko O'WhielacronxUNDO: hashutil: replace pycrypto's SHA256 with pycrypto...
2007-11-08 Zooko O'Whielacronxhashutil: replace pycrypto's SHA256 with pycryptopp...
2007-11-07 Brian Warnermutable: storage_index is always 16 bytes
2007-11-07 Brian Warnerstabilize on 20-byte nodeids everywhere, printed with...
2007-11-06 Brian Warnermutable: use proper enable/renew/cancel secrets
2007-11-03 Brian Warnermutable: implement filenode share-packing, still pretty...
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnermutable: first pass at dirnodes, filenodes, new URIs...
2007-08-28 Brian Warnerdeletion phase2a: improve creation of renew/cancel...
2007-08-28 Brian Warnerdeletion phase1: send renew/cancel-lease secrets, but...
2007-07-23 Brian Warnertruncate storage index to 128 bits, since it's derived...
2007-07-20 Brian Warnerupload: refactor to enable streaming upload. not all...
2007-06-26 Brian Warnervdrive: protect dirnode contents with an HMAC
2007-06-25 Brian Warnervdrive: switch to URI:DIR and URI:DIR-RO, providing...
2007-06-10 Brian Warnerrename fileid/verifierid to plaintext_hash/crypttext_hash
2007-06-08 Brian Warnerrename thingA to 'uri extension'
2007-06-08 Brian Warnermove almost all hashing to SHA256, consolidate into...
2007-03-30 Zooko O'Whielacronxhashutil: convenience methods for tagged and encoded...