From 131fd4bb7b333236d71dd9f60cd30ab5585efa65 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 22 Apr 2016 00:03:03 -0400 Subject: Updated documentation --- strciphr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strciphr.h') 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 CRYPTOPP_NO_VTABLE CFB_CipherTemplate : public BASE -- cgit v1.2.1