log

age author description
Sat, 16 Aug 2008 22:43:22 -0400 Thomas Dixon Minor edits to the unittests of hash functions and ciphers. Added AES and test vectors.
Thu, 14 Aug 2008 23:51:56 -0400 Thomas Dixon Removed update(ubyte x) from Hash class. Rewrote hash function padding. Updated hash functions to use ulong counter for bytes (was previously uint).
Thu, 14 Aug 2008 01:45:24 -0400 Thomas Dixon Added MAC base class and HMAC. Added StreamCipherWrapper as part of the work on the high-level cipher API. Running on fumes, so hopefully there isn't too much stupid mixed into the code.
Thu, 14 Aug 2008 01:13:26 -0400 Thomas Dixon Fixed error in hash copy() functions where I forgot to copy the length of the message. Now, twice as jank! =)
Wed, 13 Aug 2008 22:01:19 -0400 Thomas Dixon Added copy() to hash functions. Modified some code style.
Tue, 12 Aug 2008 05:48:06 -0400 Thomas Dixon Added Blowfish with test vectors. Minor cleanup of other cipher classes (should probably clean more). Continued work on high-level cipher API (didn't get very far).
Sun, 10 Aug 2008 14:20:17 -0400 Thomas Dixon Initial import.