summaryrefslogtreecommitdiff
path: root/elgamal.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-09-26 13:45:31 -0400
committerJeffrey Walton <noloader@gmail.com>2019-09-26 13:45:31 -0400
commit7a22d8845d46ae51d7824f6a3f0ac30cee855ffb (patch)
tree8a4211ccfabe14f34818b78d3c9686110206c836 /elgamal.h
parent4e7d0c36df75a6f3eae009c48fce4639b3156eb1 (diff)
downloadcryptopp-git-7a22d8845d46ae51d7824f6a3f0ac30cee855ffb.tar.gz
Update documentation
Diffstat (limited to 'elgamal.h')
-rw-r--r--elgamal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elgamal.h b/elgamal.h
index f2465a0c..361f3dd0 100644
--- a/elgamal.h
+++ b/elgamal.h
@@ -101,7 +101,7 @@ public:
/// \brief ElGamal key agreement and encryption schemes default implementation
/// \tparam BASE Base class implementation
/// \tparam SCHEME_OPTIONS Scheme options
-/// \tparam Key ElGamal key classes
+/// \tparam KEY ElGamal key classes
/// \since Crypto++ 1.0
template <class BASE, class SCHEME_OPTIONS, class KEY>
class ElGamalObjectImpl :