summaryrefslogtreecommitdiff
path: root/3way.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 /3way.h
parentdb641b9258c41c93fc922197cb20aac9f6ff2fa4 (diff)
downloadcryptopp-git-1e822b063676353504142c9c82088a8b2f49cc7d.tar.gz
Update documentation links
Diffstat (limited to '3way.h')
-rw-r--r--3way.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3way.h b/3way.h
index bafc02f9..9dba3c59 100644
--- a/3way.h
+++ b/3way.h
@@ -21,7 +21,7 @@ struct ThreeWay_Info : public FixedBlockSize<12>, public FixedKeyLength<12>, pub
//! \class ThreeWay
//! \brief ThreeWay block cipher
-//! \sa <a href="http://www.weidai.com/scan-mirror/cs.html#3-Way">3-Way</a>
+//! \sa <a href="http://www.cryptopp.com/wiki/3-Way">3-Way</a>
class ThreeWay : public ThreeWay_Info, public BlockCipherDocumentation
{
//! \class Base