⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tiger_8h-source.html

📁 Crypto++是一个非常强大的密码学库,主要是功能全
💻 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++: tiger.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&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>tiger.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef CRYPTOPP_TIGER_H</span>00002 <span class="preprocessor"></span><span class="preprocessor">#define CRYPTOPP_TIGER_H</span>00003 <span class="preprocessor"></span>00004 <span class="preprocessor">#include "config.h"</span>00005 00006 <span class="preprocessor">#ifdef WORD64_AVAILABLE</span>00007 <span class="preprocessor"></span>00008 <span class="preprocessor">#include "iterhash.h"</span>00009 00010 NAMESPACE_BEGIN(CryptoPP)00011 00012 <span class="comment">/// &lt;a href="http://www.weidai.com/scan-mirror/md.html#Tiger"&gt;Tiger&lt;/a&gt;</span><a name="l00013"></a><a class="code" href="class_tiger.html">00013</a> <span class="comment"></span><span class="keyword">class </span><a class="code" href="class_tiger.html">Tiger</a> : <span class="keyword">public</span> IteratedHashWithStaticTransform&lt;word64, LittleEndian, 64, Tiger&gt;00014 {00015 <span class="keyword">public</span>:00016         <span class="keyword">enum</span> {DIGESTSIZE = 24};00017         <a class="code" href="class_tiger.html">Tiger</a>() : IteratedHashWithStaticTransform&lt;word64, LittleEndian, 64, Tiger&gt;(DIGESTSIZE) {Init();}00018         <span class="keyword">static</span> <span class="keywordtype">void</span> Transform(word64 *digest, <span class="keyword">const</span> word64 *data);00019         <span class="keywordtype">void</span> <a class="code" href="class_tiger.html#_tigera1">TruncatedFinal</a>(byte *hash, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> size);00020         <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> * StaticAlgorithmName() {<span class="keywordflow">return</span> <span class="stringliteral">"Tiger"</span>;}00021 00022 <span class="keyword">protected</span>:00023         <span class="keywordtype">void</span> Init();00024 00025         <span class="keyword">static</span> <span class="keyword">const</span> word64 table[4*256];00026 };00027 00028 NAMESPACE_END00029 00030 <span class="preprocessor">#endif</span>00031 <span class="preprocessor"></span>00032 <span class="preprocessor">#endif</span></pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jul 8 23:34:26 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 + -