summaryrefslogtreecommitdiff
path: root/mdc.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 /mdc.h
parentdb641b9258c41c93fc922197cb20aac9f6ff2fa4 (diff)
downloadcryptopp-git-1e822b063676353504142c9c82088a8b2f49cc7d.tar.gz
Update documentation links
Diffstat (limited to 'mdc.h')
-rw-r--r--mdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdc.h b/mdc.h
index 80279454..4c2ebbb3 100644
--- a/mdc.h
+++ b/mdc.h
@@ -24,7 +24,7 @@ struct MDC_Info : public FixedBlockSize<B::DIGESTSIZE>, public FixedKeyLength<B:
//! \brief MDC cipher
//! \tparam T HashTransformation derived class
//! \details MDC() is a construction by Peter Gutmann to turn an iterated hash function into a PRF
-//! \sa <a href="http://www.weidai.com/scan-mirror/cs.html#MDC">MDC</a>
+//! \sa <a href="http://www.cryptopp.com/wiki/MDC">MDC</a>
template <class H>
class MDC : public MDC_Info<H>
{