summaryrefslogtreecommitdiff
path: root/shacal2.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-13 09:54:06 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-13 09:54:06 -0400
commit380829284c41d3cebff05dfd03c1eb4dbc95bf7a (patch)
tree735e79587765811ea8d28ecfa8755b335180f720 /shacal2.h
parent678bdb1735409b2e0a6727959e9f97f785fd19da (diff)
downloadcryptopp-git-380829284c41d3cebff05dfd03c1eb4dbc95bf7a.tar.gz
Update documentation
Diffstat (limited to 'shacal2.h')
-rw-r--r--shacal2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shacal2.h b/shacal2.h
index 20cb306c..7be2d279 100644
--- a/shacal2.h
+++ b/shacal2.h
@@ -37,7 +37,7 @@ class SHACAL2 : public SHACAL2_Info, public BlockCipherDocumentation
};
/// \brief SHACAL2 block cipher transformation functions
- /// \details Provides implementation for encryption transformation
+ /// \details Encryption transformation
class CRYPTOPP_NO_VTABLE Enc : public Base
{
public:
@@ -45,7 +45,7 @@ class SHACAL2 : public SHACAL2_Info, public BlockCipherDocumentation
};
/// \brief SHACAL2 block cipher transformation functions
- /// \details Provides implementation for decryption transformation
+ /// \details Decryption transformation
class CRYPTOPP_NO_VTABLE Dec : public Base
{
public: