summaryrefslogtreecommitdiff
path: root/simple.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-12-16 19:39:29 -0500
committerJeffrey Walton <noloader@gmail.com>2015-12-16 19:39:29 -0500
commit17ead160bf5849ba01c4d5c29575a57c186b0334 (patch)
treecf16b9839432b5651f9913485e5755dfe846009c /simple.h
parent49de6e2012280b0eabb6e9e09a428e0a59ddbcd6 (diff)
downloadcryptopp-git-17ead160bf5849ba01c4d5c29575a57c186b0334.tar.gz
Updated documentation
Diffstat (limited to 'simple.h')
-rw-r--r--simple.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/simple.h b/simple.h
index 347dabac..b195feb1 100644
--- a/simple.h
+++ b/simple.h
@@ -1,7 +1,7 @@
// simple.h - written and placed in the public domain by Wei Dai
//! \file simple.h
-//! \brief Classes providing simple keying interfaces.
+//! \brief Classes providing basic library services.
#ifndef CRYPTOPP_SIMPLE_H
#define CRYPTOPP_SIMPLE_H
@@ -228,6 +228,7 @@ private:
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Store : public AutoSignaling<InputRejecting<BufferedTransformation> >
{
public:
+ //! \brief Construct a Store
Store() : m_messageEnd(false) {}
void IsolatedInitialize(const NameValuePairs &parameters)