summaryrefslogtreecommitdiff
path: root/tiger.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-23 13:19:27 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-23 13:19:27 -0500
commitd72b516c29e21f07e2dac2612d9571614172a304 (patch)
tree2e15001b9ba4324bbacfd56623d2854804448dc5 /tiger.h
parentdfb6f0dbc2dc636b15da2276047201f59090c72f (diff)
downloadcryptopp-git-d72b516c29e21f07e2dac2612d9571614172a304.tar.gz
Make 2048-bit modulus default for DSA (GH #571)
Diffstat (limited to 'tiger.h')
-rw-r--r--tiger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiger.h b/tiger.h
index 107a5d1c..2e1d9343 100644
--- a/tiger.h
+++ b/tiger.h
@@ -18,7 +18,7 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \brief Tiger message digest
+/// \brief Tiger message digest
/// \sa <a href="http://www.cryptolounge.org/wiki/Tiger">Tiger</a>
/// \since Crypto++ 2.1
class Tiger : public IteratedHashWithStaticTransform<word64, LittleEndian, 64, 24, Tiger>