summaryrefslogtreecommitdiff
path: root/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'aes.h')
-rw-r--r--aes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aes.h b/aes.h
index 7c825668..00875425 100644
--- a/aes.h
+++ b/aes.h
@@ -5,7 +5,7 @@
NAMESPACE_BEGIN(CryptoPP)
-//! AES winner, announced on 10/2/2000
+//! <a href="http://www.cryptolounge.org/wiki/AES">AES</a> winner, announced on 10/2/2000
DOCUMENTED_TYPEDEF(Rijndael, AES);
typedef RijndaelEncryption AESEncryption;