📄 md4_8h-source.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Crypto++: md4.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Compound List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Compound Members</a> | <a class="qindex" href="globals.html">File Members</a></div><h1>md4.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef CRYPTOPP_MD4_H</span>00002 <span class="preprocessor"></span><span class="preprocessor">#define CRYPTOPP_MD4_H</span>00003 <span class="preprocessor"></span>00004 <span class="preprocessor">#include "iterhash.h"</span>00005 00006 NAMESPACE_BEGIN(CryptoPP)00007 00008 <span class="comment">//! <a href="http://www.weidai.com/scan-mirror/md.html#MD4">MD4</a></span>00009 <span class="comment"></span><span class="comment">/*! \warning MD4 is considered insecure, and should not be used</span>00010 <span class="comment"> unless you absolutely need compatibility with a broken product. */</span><a name="l00011"></a><a class="code" href="class_m_d4.html">00011</a> <span class="keyword">class </span><a class="code" href="class_m_d4.html">MD4</a> : <span class="keyword">public</span> IteratedHashWithStaticTransform<word32, LittleEndian, 64, MD4>00012 {00013 <span class="keyword">public</span>:00014 <span class="keyword">enum</span> {DIGESTSIZE = 16};00015 <a class="code" href="class_m_d4.html">MD4</a>() : IteratedHashWithStaticTransform<word32, LittleEndian, 64, MD4>(DIGESTSIZE) {Init();}00016 <span class="keyword">static</span> <span class="keywordtype">void</span> Transform(word32 *digest, <span class="keyword">const</span> word32 *data);00017 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *StaticAlgorithmName() {<span class="keywordflow">return</span> <span class="stringliteral">"MD4"</span>;}00018 00019 <span class="keyword">protected</span>:00020 <span class="keywordtype">void</span> Init();00021 };00022 00023 NAMESPACE_END00024 00025 <span class="preprocessor">#endif</span></pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jul 8 23:34:19 2003 for Crypto++ by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -