summaryrefslogtreecommitdiff
path: root/rc6.h
diff options
context:
space:
mode:
Diffstat (limited to 'rc6.h')
-rw-r--r--rc6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc6.h b/rc6.h
index 2ab4455c..45a8f138 100644
--- a/rc6.h
+++ b/rc6.h
@@ -21,7 +21,7 @@ struct RC6_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32
//! \class RC6
//! \brief RC6 block cipher
-//! \sa <a href="http://www.weidai.com/scan-mirror/cs.html#RC6">RC6</a>
+//! \sa <a href="http://www.cryptopp.com/wiki/RC6">RC6</a>
class RC6 : public RC6_Info, public BlockCipherDocumentation
{
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<RC6_Info>