diff dcrypt/crypto/MAC.d @ 15:0de48552be35

Added LimitReachedError and PBKDF2. Fixed some errors with the previous commit in PRNGFromHash, etc. Re-implemented HMAC. Changed the name() format of HMAC and PBKDF2.
author Thomas Dixon <reikon@reikon.us>
date Wed, 19 Nov 2008 19:30:52 -0500
parents 5ce3012f1def
children 4589f8c5eb3c
line wrap: on
line diff
--- a/dcrypt/crypto/MAC.d	Tue Nov 18 18:03:40 2008 -0500
+++ b/dcrypt/crypto/MAC.d	Wed Nov 19 19:30:52 2008 -0500
@@ -9,6 +9,7 @@
 module dcrypt.crypto.MAC;
 
 public import dcrypt.crypto.params.CipherParameters;
+public import dcrypt.crypto.params.SymmetricKey;
 public import dcrypt.crypto.errors.InvalidParameterError;
 import dcrypt.misc.Util;