summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-09-28 05:00:13 -0400
committerJeffrey Walton <noloader@gmail.com>2017-09-28 05:00:13 -0400
commit1e822b063676353504142c9c82088a8b2f49cc7d (patch)
treeee4898be011ed00d7028a8fdc3000f11003a0870 /rijndael.h
parentdb641b9258c41c93fc922197cb20aac9f6ff2fa4 (diff)
downloadcryptopp-git-1e822b063676353504142c9c82088a8b2f49cc7d.tar.gz
Update documentation links
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 b6cd0faf..91997ada 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -32,7 +32,7 @@ struct Rijndael_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1
//! \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
-//! \sa <a href="http://www.weidai.com/scan-mirror/cs.html#Rijndael">Rijndael</a>
+//! \sa <a href="http://www.cryptopp.com/wiki/Rijndael">Rijndael</a>
class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentation
{
//! \brief Rijndael block cipher data processing functions