summaryrefslogtreecommitdiff
path: root/hight.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-07-04 13:57:33 -0400
committerJeffrey Walton <noloader@gmail.com>2019-07-04 13:57:33 -0400
commit6eeebaf26b04e1695a7c404d555ebd003d076d68 (patch)
tree24744db1db3505f04887ed2694216bbf0d2c413f /hight.h
parent2baa37efacbe9264b23d6833c973852989513ce9 (diff)
downloadcryptopp-git-6eeebaf26b04e1695a7c404d555ebd003d076d68.tar.gz
Update documentation
Diffstat (limited to 'hight.h')
-rw-r--r--hight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hight.h b/hight.h
index 8a0f2a83..0262382b 100644
--- a/hight.h
+++ b/hight.h
@@ -60,7 +60,7 @@ public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
};
- /// \brief Encryption transformation
+ /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation.
/// \since Crypto++ 8.0
class CRYPTOPP_NO_VTABLE Dec : public Base