summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-16 05:42:58 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-16 05:42:58 -0400
commitb311aabc313c12d3b66c3468338453ed7fdfc0a9 (patch)
treef2f686c1cd30b6e1a8803b1a655c7213cb3beaf5 /rijndael.h
parente19fad007fde3bc744c9c7b1ebdbd7d49ae6a185 (diff)
downloadcryptopp-git-b311aabc313c12d3b66c3468338453ed7fdfc0a9.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 0a17ad84..d8cba04e 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -29,7 +29,7 @@ struct Rijndael_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1
//! \sa <a href="http://www.weidai.com/scan-mirror/cs.html#Rijndael">Rijndael</a>
class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentation
{
- //! \brief Rijndael block cipher data processing functionss
+ //! \brief Rijndael block cipher data processing functions
//! \details Provides implementation common to encryption and decryption
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<Rijndael_Info>
{