summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-12-24 21:07:18 -0500
committerJeffrey Walton <noloader@gmail.com>2017-12-24 21:07:18 -0500
commitb20a91f6b2f6a41cc10f9fe5da63fa91f7f081e4 (patch)
tree68882a8ff6911460c3cc8bc974ab405ac73ee721 /pubkey.h
parent41da3fa7f1d534c210fcc06c873fd0cc43956fc0 (diff)
downloadcryptopp-git-b20a91f6b2f6a41cc10f9fe5da63fa91f7f081e4.tar.gz
Update documentation
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pubkey.h b/pubkey.h
index 0f7f8b55..8753d8dc 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -1631,7 +1631,9 @@ protected:
}
};
-/// _
+/// \class DL_VerifierBase
+/// \brief Discret Log (DL) Verifier base class
+/// \tparam T Element
template <class T>
class CRYPTOPP_NO_VTABLE DL_VerifierBase : public DL_SignatureSchemeBase<PK_Verifier, DL_PublicKey<T> >
{