summaryrefslogtreecommitdiff
path: root/sm4.h
diff options
context:
space:
mode:
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 18f10bd6..92883a31 100644
--- a/sm4.h
+++ b/sm4.h
@@ -60,7 +60,7 @@ public:
/// \details SM4 encryption is accelerated on machines with AES-NI. Decryption is
/// not acclerated because it is not profitable. Thanks to Markku-Juhani Olavi
/// Saarinen.
- /// \since Crypto++ 6.0, AESNI encryption since Crypto++ 7.1
+ /// \since Crypto++ 6.0, AESNI encryption since Crypto++ 8.0
class CRYPTOPP_NO_VTABLE Enc : public Base
{
public: