log dcrypt/crypto/StreamCipher.d @ 8:23c62e28b3a4

age author description
Mon, 18 Aug 2008 01:14:37 -0400 Thomas Dixon Reworked symmetric cipher classes to have SymmetricCipher as their superclass, and follow the general interface of init(), process(), etc. Made sure everything still passed test vectors. Removed Cipher class. I'll worry about that shit when we support something other than symmetric ciphers.
Sun, 10 Aug 2008 14:20:17 -0400 Thomas Dixon Initial import.