summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-01-28 05:43:24 -0500
committerJeffrey Walton <noloader@gmail.com>2017-01-28 05:43:24 -0500
commit6f7339c81b26985a830da6efe1da59e3897f6b71 (patch)
tree87aeec349c78993cc7083b19fa6eb1eb922ad78b /gfpcrypt.h
parente757fad5bad98789d044aaa96fb4ec4192b69eb6 (diff)
downloadcryptopp-git-6f7339c81b26985a830da6efe1da59e3897f6b71.tar.gz
Add BuildVersion and RuntimeVersion functions (Issue 371)
These function are intended to catch mining and matching of library versions. BuildVersion provides CRYPTOPP_VERSION when the shared object was built. RuntimeVersion provides CRYPTOPP_VERSION the app compiled against, which could be different than the shared object's version
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 9cba973b..f4acbb83 100644
--- a/gfpcrypt.h
+++ b/gfpcrypt.h
@@ -399,7 +399,7 @@ private:
//! \tparam T FieldElement type or class
//! \details The Digital Signature Scheme ECGDSA does not define the algorithm over integers. Rather, the
//! signature algorithm is only defined over elliptic curves. However, The library design is such that the
-//! generic algorithm reside in \header gfpcrypt.h.
+//! generic algorithm reside in <tt>gfpcrypt.h</tt>.
//! \sa Erwin Hess, Marcus Schafheutle, and Pascale Serf <A HREF="http://www.teletrust.de/fileadmin/files/oid/ecgdsa_final.pdf">
//! The Digital Signature Scheme ECGDSA (October 24, 2006)</A>
template <class T>