summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-11 06:56:52 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-11 06:56:52 -0500
commit99ae937d8b4edb0de58edf5ae28b4728eda08aab (patch)
treeda6611a15e4e81ac20e74ef1070a5c722f2a3f25 /gfpcrypt.h
parent7ece03d7622d2b97831311e2a57b8940542123de (diff)
downloadcryptopp-git-99ae937d8b4edb0de58edf5ae28b4728eda08aab.tar.gz
Updated documentation (Issue 121)
Diffstat (limited to 'gfpcrypt.h')
-rw-r--r--gfpcrypt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfpcrypt.h b/gfpcrypt.h
index 681bc1d2..00514d35 100644
--- a/gfpcrypt.h
+++ b/gfpcrypt.h
@@ -226,11 +226,12 @@ public:
};
//! \class DL_Algorithm_DSA_RFC6979
-//! \brief GDSA algorithm
+//! \brief DSA signature algorithm based on RFC 6979
//! \tparam T FieldElement type or class
//! \tparam H HashTransformation derived class
-//! \sa <a href="http://tools.ietf.org/rfc/rfc6979.txt">Deterministic Usage of the
+//! \sa <a href="http://tools.ietf.org/rfc/rfc6979.txt">RFC 6979, Deterministic Usage of the
//! Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</a>
+//! \since Crypto++ 5.7
template <class T, class H>
class DL_Algorithm_DSA_RFC6979 : public DL_Algorithm_GDSA<T>, public DeterministicSignatureAlgorithm
{