From 7f7c8485151db26b29e7417bd509e56c71218161 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 17 Nov 2017 19:48:40 -0500 Subject: Update documentation --- threefish.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'threefish.h') diff --git a/threefish.h b/threefish.h index b06dd029..d9167fee 100644 --- a/threefish.h +++ b/threefish.h @@ -74,7 +74,7 @@ struct CRYPTOPP_NO_VTABLE Threefish_Base : public Threefish_Info class CRYPTOPP_NO_VTABLE Threefish256 : public Threefish_Base<32>, public BlockCipherDocumentation { public: - //! \brief Threefish block cipher data processing functions + //! \brief Threefish block cipher transformation functions //! \details Provides implementation common to encryption and decryption //! \since Crypto++ 6.0 class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl > @@ -119,7 +119,7 @@ typedef Threefish256::Decryption Threefish256Decryption; class CRYPTOPP_NO_VTABLE Threefish512 : public Threefish_Base<64>, public BlockCipherDocumentation { public: - //! \brief Threefish block cipher data processing functions + //! \brief Threefish block cipher transformation functions //! \details Provides implementation common to encryption and decryption //! \since Crypto++ 6.0 class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl > @@ -164,7 +164,7 @@ typedef Threefish512::Decryption Threefish512Decryption; class CRYPTOPP_NO_VTABLE Threefish1024 : public Threefish_Base<128>, public BlockCipherDocumentation { public: - //! \brief Threefish block cipher data processing functions + //! \brief Threefish block cipher transformation functions //! \details Provides implementation common to encryption and decryption //! \since Crypto++ 6.0 class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl > -- cgit v1.2.1