diff dcrypt/misc/Util.d @ 10:cd376996cdb3

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.
author Thomas Dixon <reikon@reikon.us>
date Wed, 20 Aug 2008 20:08:07 -0400
parents 0e08791a1418
children
line wrap: on
line diff
--- a/dcrypt/misc/Util.d	Mon Aug 18 01:19:18 2008 -0400
+++ b/dcrypt/misc/Util.d	Wed Aug 20 20:08:07 2008 -0400
@@ -6,7 +6,7 @@
  * Authors:   Thomas Dixon
  */
 
-// TODO: WRITE DOCS, IMPLEMENT TO/FROM HEX FUNCTIONS, SIMPLIFY UNITTESTS 
+// TODO: WRITE DOCS 
 module dcrypt.misc.Util;
 
 /** Utility functions */