summaryrefslogtreecommitdiff
path: root/hight.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 /hight.h
parent678bdb1735409b2e0a6727959e9f97f785fd19da (diff)
downloadcryptopp-git-380829284c41d3cebff05dfd03c1eb4dbc95bf7a.tar.gz
Update documentation
Diffstat (limited to 'hight.h')
-rw-r--r--hight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hight.h b/hight.h
index 6af94e3e..fc8cd160 100644
--- a/hight.h
+++ b/hight.h
@@ -51,7 +51,7 @@ public:
mutable FixedSizeSecBlock<word32, 8> m_xx;
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Enc provides implementation for encryption transformation.
/// \since Crypto++ 7.1
class CRYPTOPP_NO_VTABLE Enc : public Base
@@ -60,7 +60,7 @@ public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Dec provides implementation for decryption transformation.
/// \since Crypto++ 7.1
class CRYPTOPP_NO_VTABLE Dec : public Base