summaryrefslogtreecommitdiff
path: root/cham.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 /cham.h
parent678bdb1735409b2e0a6727959e9f97f785fd19da (diff)
downloadcryptopp-git-380829284c41d3cebff05dfd03c1eb4dbc95bf7a.tar.gz
Update documentation
Diffstat (limited to 'cham.h')
-rw-r--r--cham.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cham.h b/cham.h
index 8931f468..1b2a9b3d 100644
--- a/cham.h
+++ b/cham.h
@@ -67,7 +67,7 @@ public:
unsigned int m_kw;
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Enc provides implementation for encryption transformation. All key and block
/// sizes are supported.
/// \since Crypto++ 7.1
@@ -81,7 +81,7 @@ public:
#endif
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported.
/// \since Crypto++ 7.1
@@ -126,7 +126,7 @@ public:
unsigned int m_kw;
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Enc provides implementation for encryption transformation. All key and block
/// sizes are supported.
/// \since Crypto++ 7.1
@@ -140,7 +140,7 @@ public:
#endif
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported.
/// \since Crypto++ 7.1