summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/src/hashes/sha2/sha224.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/src/hashes/sha2/sha224.c')
-rw-r--r--libtomcrypt/src/hashes/sha2/sha224.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtomcrypt/src/hashes/sha2/sha224.c b/libtomcrypt/src/hashes/sha2/sha224.c
index f085d50..5d7dfb2 100644
--- a/libtomcrypt/src/hashes/sha2/sha224.c
+++ b/libtomcrypt/src/hashes/sha2/sha224.c
@@ -6,11 +6,11 @@
* The library is free for all purposes without any express
* guarantee it works.
*
- * Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.com
+ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
/**
@param sha224.c
- SHA-224 new NIST standard based off of SHA-256 truncated to 224 bits (Tom St Denis)
+ LTC_SHA-224 new NIST standard based off of LTC_SHA-256 truncated to 224 bits (Tom St Denis)
*/
const struct ltc_hash_descriptor sha224_desc =
@@ -120,6 +120,6 @@ int sha224_test(void)
}
-/* $Source: /cvs/libtom/libtomcrypt/src/hashes/sha2/sha224.c,v $ */
-/* $Revision: 1.8 $ */
-/* $Date: 2006/11/01 09:28:17 $ */
+/* $Source$ */
+/* $Revision$ */
+/* $Date$ */