log dcrypt/crypto/ManagedBlockCipher.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.
Fri, 12 Sep 2008 05:20:43 -0400 Thomas Dixon Fixed two errors in ManagedBlockCipher where inputs equal to the block size of the cipher would cause a bounds error and incorrect output of finishOutputSize respectively.
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. base dcrypt/crypto/BlockCipherWrapper.d@f37081a69579