📄 md5_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++: md5.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>md5.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef CRYPTOPP_MD5_H</span>00002 <span class="preprocessor"></span><span class="preprocessor">#define CRYPTOPP_MD5_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#MD5">MD5</a></span>00009 <span class="comment"></span><span class="comment">/*! 128 Bit Hash */</span><a name="l00010"></a><a class="code" href="class_m_d5.html">00010</a> <span class="keyword">class </span><a class="code" href="class_m_d5.html">MD5</a> : <span class="keyword">public</span> IteratedHashWithStaticTransform<word32, LittleEndian, 64, MD5>00011 {00012 <span class="keyword">public</span>:00013 <span class="keyword">enum</span> {DIGESTSIZE = 16};00014 <a class="code" href="class_m_d5.html">MD5</a>() : IteratedHashWithStaticTransform<word32, LittleEndian, 64, MD5>(DIGESTSIZE) {Init();}00015 <span class="keyword">static</span> <span class="keywordtype">void</span> Transform(word32 *digest, <span class="keyword">const</span> word32 *data);00016 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> * StaticAlgorithmName() {<span class="keywordflow">return</span> <span class="stringliteral">"MD5"</span>;}00017 00018 <span class="keyword">protected</span>:00019 <span class="keywordtype">void</span> Init();00020 };00021 00022 NAMESPACE_END00023 00024 <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 + -