summaryrefslogtreecommitdiff
path: root/serpent.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 /serpent.h
parentdb641b9258c41c93fc922197cb20aac9f6ff2fa4 (diff)
downloadcryptopp-git-1e822b063676353504142c9c82088a8b2f49cc7d.tar.gz
Update documentation links
Diffstat (limited to 'serpent.h')
-rw-r--r--serpent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serpent.h b/serpent.h
index d5f12499..65f014d6 100644
--- a/serpent.h
+++ b/serpent.h
@@ -20,7 +20,7 @@ struct Serpent_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16
//! \class Serpent
//! \brief Serpent block cipher
-/// \sa <a href="http://www.weidai.com/scan-mirror/cs.html#Serpent">Serpent</a>
+/// \sa <a href="http://www.cryptopp.com/wiki/Serpent">Serpent</a>
class Serpent : public Serpent_Info, public BlockCipherDocumentation
{
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<Serpent_Info>