summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-17 19:48:40 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-17 19:48:40 -0500
commit7f7c8485151db26b29e7417bd509e56c71218161 (patch)
tree03efa45dd63cc0650ba84d33a7d8bfdb789f0e7e /rijndael.h
parentb9bd51f7a61b1e1a8d5f9885e6a58ff44b12a787 (diff)
downloadcryptopp-git-7f7c8485151db26b29e7417bd509e56c71218161.tar.gz
Update documentation
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rijndael.h b/rijndael.h
index 3410a800..952c0ba6 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -38,7 +38,7 @@ struct Rijndael_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1
//! \sa <a href="http://www.cryptopp.com/wiki/Rijndael">Rijndael</a>
class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentation
{
- //! \brief Rijndael block cipher data processing functions
+ //! \brief Rijndael block cipher transformation functions
//! \details Provides implementation common to encryption and decryption
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<Rijndael_Info>
{