summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
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> >
{