summaryrefslogtreecommitdiff
path: root/elgamal.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-19 07:58:36 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-19 07:58:36 -0500
commita5d15863cb4e9c07c2c6b3d4b4f6ca1b9f56c916 (patch)
tree39517d0964f238d7192795775adedf0992d9919e /elgamal.h
parenta5a684d92986e8e2ede25fb9d8c77c9a7e500f20 (diff)
downloadcryptopp-git-a5d15863cb4e9c07c2c6b3d4b4f6ca1b9f56c916.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 f48b46c7..82e7d816 100644
--- a/elgamal.h
+++ b/elgamal.h
@@ -121,7 +121,7 @@ protected:
/// \details The ElGamalKeys class used DL_PrivateKey_GFP_OldFormat and DL_PublicKey_GFP_OldFormat
/// for the PrivateKey and PublicKey typedef from about Crypto++ 1.0 through Crypto++ 5.6.5.
/// At Crypto++ 6.0 the serialization format was cutover to standard PKCS8 and X509 encodings.
-/// \sa Commit XXX
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/commit/a5a684d92986e8e2">Commit a5a684d92986e8e2</A>
struct ElGamalKeys
{
typedef DL_CryptoKeys_GFP::GroupParameters GroupParameters;