summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-27 06:19:59 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-27 06:19:59 -0400
commit5e897710e84ced07edef66903ad8ac88e61fb7b5 (patch)
tree0007e4cf65fe2acc3c8aa483ce5ef9ba2e2b5f07 /rijndael.h
parent5d1de662bb3d5e76e3bc78a795638675e796ce88 (diff)
downloadcryptopp-git-5e897710e84ced07edef66903ad8ac88e61fb7b5.tar.gz
Update documentation
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rijndael.h b/rijndael.h
index 634a5af0..d75a20ae 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -5,7 +5,7 @@
/// \details 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.1, Intel AES-NI since Crypto++ 5.6.1, ARMv8 AES since Crypto++ 6.0,
-/// Power8 AES since Crypto++ 6.0, ARMv7 AES since Crypto++ 7.1
+/// Power8 AES since Crypto++ 6.0, ARMv7 AES since Crypto++ 8.0
#ifndef CRYPTOPP_RIJNDAEL_H
#define CRYPTOPP_RIJNDAEL_H