log

age author description
Sun, 01 Mar 2009 13:06:48 -0500 Thomas Dixon Implemented MD4. Refactored MD5. Replaced all instances of 'version (UnitTest)' with 'debug (UnitTest)'.
Thu, 19 Feb 2009 19:35:43 -0500 Thomas Dixon Implemented ChaCha. Modified Salsa20 to simplify the implementation of ChaCha.
Thu, 19 Feb 2009 14:45:13 -0500 Thomas Dixon Implemented Salsa20. Added some error checking to RC4's returnByte. Fixed copyright year in Bitwise.d and ByteConverter.d. Added Robert Smith to contributors file. Thanks buddy :)
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, 10 Jan 2009 13:17:58 -0500 Thomas Dixon Removed dcrypt.crypto.Crypto. There was no use for it at this time beyond using it to import everything, which would just result in bloat.
Sat, 10 Jan 2009 13:15:14 -0500 Thomas Dixon Removed redundant test vector from Blowfish unittest.
Fri, 09 Jan 2009 01:24:45 -0500 Thomas Dixon Fixed bug which prevented Blowfish from resetting correctly.