summaryrefslogtreecommitdiff
path: root/threefish.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 /threefish.h
parent2baa37efacbe9264b23d6833c973852989513ce9 (diff)
downloadcryptopp-git-6eeebaf26b04e1695a7c404d555ebd003d076d68.tar.gz
Update documentation
Diffstat (limited to 'threefish.h')
-rw-r--r--threefish.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/threefish.h b/threefish.h
index d98c93ff..cb53d78a 100644
--- a/threefish.h
+++ b/threefish.h
@@ -91,7 +91,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. All key and block
/// sizes are supported.
/// \since Crypto++ 6.0
@@ -135,7 +135,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. All key and block
/// sizes are supported.
/// \since Crypto++ 6.0