summaryrefslogtreecommitdiff
path: root/shark.h
diff options
context:
space:
mode:
Diffstat (limited to 'shark.h')
-rw-r--r--shark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shark.h b/shark.h
index 8e2f92e5..d2852827 100644
--- a/shark.h
+++ b/shark.h
@@ -21,7 +21,7 @@ struct SHARK_Info : public FixedBlockSize<8>, public FixedKeyLength<16>, public
//! \class SHARK
//! \brief SHARK block cipher
-/// <a href="http://www.weidai.com/scan-mirror/cs.html#SHARK-E">SHARK-E</a>
+/// <a href="http://www.cryptopp.com/wiki/SHARK-E">SHARK-E</a>
class SHARK : public SHARK_Info, public BlockCipherDocumentation
{
//! \class Base