summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-21 12:59:20 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-21 12:59:20 -0500
commit62f92dd592a1685e7fee99165ec9350aee368c37 (patch)
tree81444e353f7b525321dc6fd841682f271fad674f /gfpcrypt.h
parent8c20630c2d693ef3ebd4209d111d05e18337521e (diff)
downloadcryptopp-git-62f92dd592a1685e7fee99165ec9350aee368c37.tar.gz
Change next version from 5.7 to 6.0
Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility
Diffstat (limited to 'gfpcrypt.h')
-rw-r--r--gfpcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfpcrypt.h b/gfpcrypt.h
index f4acbb83..7d25490e 100644
--- a/gfpcrypt.h
+++ b/gfpcrypt.h
@@ -232,7 +232,7 @@ public:
//! \tparam H HashTransformation derived class
//! \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
+//! \since Crypto++ 6.0
template <class T, class H>
class DL_Algorithm_DSA_RFC6979 : public DL_Algorithm_GDSA<T>, public DeterministicSignatureAlgorithm
{