From e0a759719948dfe8236fcee93e158b92ce60f586 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 30 Nov 2019 19:16:18 -0500 Subject: Update Doxygen comments --- tiger.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tiger.h') diff --git a/tiger.h b/tiger.h index f76ca3e4..2e2454b2 100644 --- a/tiger.h +++ b/tiger.h @@ -2,6 +2,9 @@ /// \file tiger.h /// \brief Classes for the Tiger message digest +/// \sa Tiger and +/// Tiger: +/// A Fast New Cryptographic Hash Function /// \since Crypto++ 2.1 #ifndef CRYPTOPP_TIGER_H @@ -19,7 +22,9 @@ NAMESPACE_BEGIN(CryptoPP) /// \brief Tiger message digest -/// \sa Tiger +/// \sa Tiger and +/// Tiger: +/// A Fast New Cryptographic Hash Function /// \since Crypto++ 2.1 class Tiger : public IteratedHashWithStaticTransform { -- cgit v1.2.1