summaryrefslogtreecommitdiff
path: root/strciphr.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-04-22 00:03:03 -0400
committerJeffrey Walton <noloader@gmail.com>2016-04-22 00:03:03 -0400
commit131fd4bb7b333236d71dd9f60cd30ab5585efa65 (patch)
tree634a87dd75ca2235d1bdc33466a7834541ebda2a /strciphr.h
parent746b618c3e1144a49b320569d885bb5bd0bd75fe (diff)
downloadcryptopp-git-131fd4bb7b333236d71dd9f60cd30ab5585efa65.tar.gz
Updated documentation
Diffstat (limited to 'strciphr.h')
-rw-r--r--strciphr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/strciphr.h b/strciphr.h
index 57eb6e1a..2589160d 100644
--- a/strciphr.h
+++ b/strciphr.h
@@ -480,8 +480,8 @@ struct CRYPTOPP_NO_VTABLE CFB_CipherConcretePolicy : public BASE
};
};
-//! \class AdditiveCipherTemplate
-//! \brief Base class for stream ciphers with SymmetricCipher interface
+//! \class CFB_CipherTemplate
+//! \brief Base class for feedback based stream ciphers with SymmetricCipher interface
//! \tparam BASE AbstractPolicyHolder base class
template <class BASE>
class CRYPTOPP_NO_VTABLE CFB_CipherTemplate : public BASE