log dcrypt/crypto/Hash.d @ 12:8c7f8fecdd75

age author description
Sat, 30 Aug 2008 14:38:23 -0400 Thomas Dixon Added ManagedBlockCipher, changed Crypto to just import everything, made Hash.update() return itself (for chaining) and ditched BlockCipherWrapper.
Thu, 14 Aug 2008 23:51:56 -0400 Thomas Dixon Removed update(ubyte x) from Hash class. Rewrote hash function padding. Updated hash functions to use ulong counter for bytes (was previously uint).
Wed, 13 Aug 2008 22:01:19 -0400 Thomas Dixon Added copy() to hash functions. Modified some code style.
Sun, 10 Aug 2008 14:20:17 -0400 Thomas Dixon Initial import.