summaryrefslogtreecommitdiff
path: root/threefish.h
diff options
context:
space:
mode:
Diffstat (limited to 'threefish.h')
-rw-r--r--threefish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/threefish.h b/threefish.h
index 69455d85..fe8e7359 100644
--- a/threefish.h
+++ b/threefish.h
@@ -58,7 +58,7 @@ struct Threefish_Info : public VariableBlockSize<32, 32, 128>
//! \class Threefish
//! \brief Threefish block cipher
-//! \sa <a href="http://www.weidai.com/scan-mirror/cs.html#Threefish">Threefish</a>
+//! \sa <a href="http://www.cryptopp.com/wiki/Threefish">Threefish</a>
//! \since Crypto++ 6.0
class Threefish : public Threefish_Info, public BlockCipherDocumentation
{