summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-15 14:26:30 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-15 14:26:30 -0400
commit08c37e5887fdcce729d2486857f8825151b81c82 (patch)
tree1e4d1d05c5e5c1b800ae38c1911030721b7964e0 /rijndael.h
parent6f36c7deae4da4e91759ffad0a3b53c94c5610c3 (diff)
downloadcryptopp-git-08c37e5887fdcce729d2486857f8825151b81c82.tar.gz
Update comments in Rijndael head comments
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rijndael.h b/rijndael.h
index 32d69867..0a17ad84 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -4,6 +4,7 @@
//! \brief Classes for Rijndael encryption algorithm
//! \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.2, Intel AESNI since Crypto++ 5.6.1, ARMv8 AES since Crypto++ 6.0
#ifndef CRYPTOPP_RIJNDAEL_H
#define CRYPTOPP_RIJNDAEL_H