summaryrefslogtreecommitdiff
path: root/blowfish.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 /blowfish.h
parentdb641b9258c41c93fc922197cb20aac9f6ff2fa4 (diff)
downloadcryptopp-git-1e822b063676353504142c9c82088a8b2f49cc7d.tar.gz
Update documentation links
Diffstat (limited to 'blowfish.h')
-rw-r--r--blowfish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blowfish.h b/blowfish.h
index bc37ca0d..fa710149 100644
--- a/blowfish.h
+++ b/blowfish.h
@@ -18,7 +18,7 @@ struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 4,
CRYPTOPP_STATIC_CONSTEXPR const char* StaticAlgorithmName() {return "Blowfish";}
};
-// <a href="http://www.weidai.com/scan-mirror/cs.html#Blowfish">Blowfish</a>
+// <a href="http://www.cryptopp.com/wiki/Blowfish">Blowfish</a>
//! \class Blowfish
//! \brief Blowfish block cipher