log dcrypt/crypto/prngs/PRNGFromHash.d @ 16:703901987976

age author description
Wed, 19 Nov 2008 19:44:44 -0500 Thomas Dixon Removed default of SHA256 for PRNGFromHash.
Tue, 18 Nov 2008 18:03:40 -0500 Thomas Dixon Removed some redundancy in code. Added NotSupportedError, a base PRNG class and a class which creates a PRNG from a hash function. Changed the MAC class' finalization methods to digest and hexDigest instead of finish and hexFinish respectively. Also added a base Checksum class, crc32 and adler32 in dcrypt.misc as per request.