summaryrefslogtreecommitdiff
path: root/sm4.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 /sm4.h
parent2baa37efacbe9264b23d6833c973852989513ce9 (diff)
downloadcryptopp-git-6eeebaf26b04e1695a7c404d555ebd003d076d68.tar.gz
Update documentation
Diffstat (limited to 'sm4.h')
-rw-r--r--sm4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm4.h b/sm4.h
index efc0c4d8..67f76052 100644
--- a/sm4.h
+++ b/sm4.h
@@ -74,7 +74,7 @@ public:
#endif
};
- /// \brief Encryption transformation
+ /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported.
/// \details SM4 encryption is accelerated on machines with AES-NI. Decryption is