summaryrefslogtreecommitdiff
path: root/tiger.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-12-01 02:29:10 -0500
committerJeffrey Walton <noloader@gmail.com>2019-12-01 02:29:10 -0500
commit5d63e7ace780d55a871bf2d9086612a659b1d9a8 (patch)
treedd36b58182e88dc074542d04f2a0becc9bdcbf7b /tiger.h
parente0a759719948dfe8236fcee93e158b92ce60f586 (diff)
downloadcryptopp-git-5d63e7ace780d55a871bf2d9086612a659b1d9a8.tar.gz
Update comments
Diffstat (limited to 'tiger.h')
-rw-r--r--tiger.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tiger.h b/tiger.h
index 2e2454b2..a9f92e18 100644
--- a/tiger.h
+++ b/tiger.h
@@ -2,6 +2,9 @@
/// \file tiger.h
/// \brief Classes for the Tiger message digest
+/// \details Crypto++ provides the original Tiger hash that was
+/// submitted to the NESSIE project. The implementation is different
+/// from the revised Tiger2 hash.
/// \sa <a href="https://www.cryptopp.com/wiki/Tiger">Tiger</a> and
/// <a href="http://www.cs.technion.ac.il/~biham/Reports/Tiger/">Tiger:
/// A Fast New Cryptographic Hash Function</a>
@@ -22,6 +25,9 @@
NAMESPACE_BEGIN(CryptoPP)
/// \brief Tiger message digest
+/// \details Crypto++ provides the original Tiger hash that was
+/// submitted to the NESSIE project. The implementation is different
+/// from the revised Tiger2 hash.
/// \sa <a href="https://www.cryptopp.com/wiki/Tiger">Tiger</a> and
/// <a href="http://www.cs.technion.ac.il/~biham/Reports/Tiger/">Tiger:
/// A Fast New Cryptographic Hash Function</a>