diff dcrypt/crypto/hashes/SHA384.d @ 6:5cb17e09d685

Minor edits to the unittests of hash functions and ciphers. Added AES and test vectors.
author Thomas Dixon <reikon@reikon.us>
date Sat, 16 Aug 2008 22:43:22 -0400
parents a5789a7b3b3b
children 4589f8c5eb3c
line wrap: on
line diff
--- a/dcrypt/crypto/hashes/SHA384.d	Thu Aug 14 23:51:56 2008 -0400
+++ b/dcrypt/crypto/hashes/SHA384.d	Sat Aug 16 22:43:22 2008 -0400
@@ -10,7 +10,12 @@
 
 import dcrypt.crypto.hashes.SHA512;
 
-/** Implementation of SHA-384. */
+/** 
+ * Implementation of the US NSA's SHA-384.
+ * 
+ * Conforms: FIPS-180-2
+ * References: http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf
+ */
 class SHA384 : SHA512 {
     this (void[] input_=null) {
         reset();