summaryrefslogtreecommitdiff
path: root/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'aes.h')
-rw-r--r--aes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/aes.h b/aes.h
index 8a76ca24..438d6526 100644
--- a/aes.h
+++ b/aes.h
@@ -14,7 +14,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class AES
/// \brief AES block 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