log dcrypt/crypto/hashes/SHA512.d @ 23:4589f8c5eb3c

age author description
Sat, 14 Feb 2009 19:58:20 -0500 Thomas Dixon Replaced dcrypt.crypto.Util with dcrypt.misc.Bitwise and dcrypt.misc.ByteConverter. Altered all dependent files to reflect changes.
Sat, 16 Aug 2008 22:43:22 -0400 Thomas Dixon Minor edits to the unittests of hash functions and ciphers. Added AES and test vectors.
Thu, 14 Aug 2008 01:13:26 -0400 Thomas Dixon Fixed error in hash copy() functions where I forgot to copy the length of the message. Now, twice as jank! =)
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.