summaryrefslogtreecommitdiff
path: root/md2.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-22 20:13:18 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-22 20:13:18 -0500
commitc9b00c14fd9c238ac3a797a53b3c01c4ab92f00e (patch)
treec1b079d0bc66e3d641121fe09831cd746e9913ba /md2.h
parente3d79bf98c3d068c4be602c544a0b2dec207d5a1 (diff)
downloadcryptopp-git-c9b00c14fd9c238ac3a797a53b3c01c4ab92f00e.tar.gz
Update documentation
Diffstat (limited to 'md2.h')
-rw-r--r--md2.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/md2.h b/md2.h
index b98e5453..655c2232 100644
--- a/md2.h
+++ b/md2.h
@@ -1,3 +1,9 @@
+// md2.h - originally written and placed in the public domain by Wei Dai
+
+/// \file md2.h
+/// \brief Classes for the MD2 message digest
+/// \since Crypto++ 3.0
+
#ifndef CRYPTOPP_MD2_H
#define CRYPTOPP_MD2_H
@@ -8,7 +14,9 @@ NAMESPACE_BEGIN(CryptoPP)
namespace Weak1 {
-/// <a href="http://www.cryptolounge.org/wiki/MD2">MD2</a>
+/// \brief MD2 message digest
+/// \sa <a href="http://www.cryptolounge.org/wiki/MD2">MD2</a>
+/// \since Crypto++ 3.0
class MD2 : public HashTransformation
{
public: