summaryrefslogtreecommitdiff
path: root/aes.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-11 14:20:59 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-11 14:20:59 -0500
commit591d70f1c7a92072765abe8dc0d3fbaf18411505 (patch)
treee019767a1d866c5beb5bff30539208562b05a51c /aes.h
parent8cc24aa9c08d0e779568785ed61959215f16585f (diff)
downloadcryptopp-git-591d70f1c7a92072765abe8dc0d3fbaf18411505.tar.gz
Update documentation
Diffstat (limited to 'aes.h')
-rw-r--r--aes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aes.h b/aes.h
index 9f3e8ec2..8a76ca24 100644
--- a/aes.h
+++ b/aes.h
@@ -4,7 +4,8 @@
/// \brief Class file for the AES cipher (Rijndael)
/// \details AES is a typdef for Rijndael classes. All key sizes are supported.
/// The library only provides Rijndael with 128-bit blocks, and not 192-bit or 256-bit blocks
-/// \since Rijndael since Crypto++ 3.2, Intel AESNI since Crypto++ 5.6.1, ARMv8 AES since Crypto++ 6.0
+/// \since Rijndael since Crypto++ 3.2, Intel AES-NI since Crypto++ 5.6.1, ARMv8 AES since
+/// Crypto++ 6.0, Power8 AES since Crypto++ 6.0
#ifndef CRYPTOPP_AES_H
#define CRYPTOPP_AES_H