log

age author description
Thu, 14 May 2009 17:46:46 -0400 Thomas Dixon Added tag 0.1 for changeset 6b2c35b84186 default tip
Thu, 14 May 2009 17:46:11 -0400 Thomas Dixon Removed a D2 version statement from the BlockCipherPadding class. Minor consistency correction to the PKCS7 class. Glenn Haecker reports dcrypt now compiles successfully with D2. 0.1
Thu, 14 May 2009 05:31:58 -0400 Thomas Dixon Added additional overrides to Adler32 and CRC32 in dcrypt.misc.checksums in further hopes of D2 compatibility.
Thu, 14 May 2009 01:33:11 -0400 Thomas Dixon More changes suggested by Glenn Haecker for D2 compatibility.
Tue, 12 May 2009 22:09:33 -0400 Thomas Dixon Added version() statements to play nice with D2's current feelings about const. Changed a few methods (addEntropy and read in the base PRNG class, and the constructor for ParametersWithIV) to accept void[] in place of ubyte[].
Tue, 12 May 2009 17:10:47 -0400 Thomas Dixon hexDecode in dcrypt.misc.ByteConverter now converts all input to lowercase prior to processing.
Mon, 11 May 2009 15:32:00 -0400 Thomas Dixon Changed Hash's update method to a more optimized variant. Changed the code style for the entire misc package (completely forgot about it). Further changes for D2 compatibility. It appears as if full compatibility won't be possibledue to D2's handling of void[], but the number of changes to obtain compatibility can be minimized in the least.