log dcrypt/crypto/Cipher.d @ 10:cd376996cdb3

age author description
Wed, 20 Aug 2008 20:08:07 -0400 Thomas Dixon Renamed SymmetricCipher back to Cipher (we don't support any other kind atm, I'll deal with it when we do.). Added BlockCipherWrapper for the encryption of arbitrary streams with or without padding. Removed hashByName, and replaced it with createHash. Re-did the high-level API, and filled out Crypto. Added cipher creation via createCipher. Added dsk to the CONTRIBUTORS file for helping with the design of the high-level API. base dcrypt/crypto/SymmetricCipher.d@86b338e39679
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.