From a5d15863cb4e9c07c2c6b3d4b4f6ca1b9f56c916 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 19 Jan 2018 07:58:36 -0500 Subject: [PATCH] Update documentation --- elgamal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Commit a5a684d92986e8e2 struct ElGamalKeys { typedef DL_CryptoKeys_GFP::GroupParameters GroupParameters;