mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
138 lines
35 KiB
HTML
138 lines
35 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.14"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Dash Core: src/crypto/sph_groestl.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Dash Core
|
|
 <span id="projectnumber">0.12.2.1</span>
|
|
</div>
|
|
<div id="projectbrief">P2P Digital Currency</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.14 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('sph__groestl_8h_source.html','');});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">sph_groestl.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="sph__groestl_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* $Id: sph_groestl.h 216 2010-06-08 09:46:57Z tp $ */</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#ifndef SPH_GROESTL_H__</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#define SPH_GROESTL_H__</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span>{</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#include <stddef.h></span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#include "<a class="code" href="sph__types_8h.html">sph_types.h</a>"</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#a07ff180c17038a3c6b1eea328ffc7c3e"> 48</a></span> <span class="preprocessor">#define SPH_SIZE_groestl224 224</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> </div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#aa8f6ef154ce1cbfe97611a3852318505"> 53</a></span> <span class="preprocessor">#define SPH_SIZE_groestl256 256</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#ae3291c64736895b53267f78fc0ecfd13"> 58</a></span> <span class="preprocessor">#define SPH_SIZE_groestl384 384</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#a2ed3f1d599ff62c8192e8a7d996ca4ce"> 63</a></span> <span class="preprocessor">#define SPH_SIZE_groestl512 512</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structsph__groestl__small__context.html"> 75</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#ifndef DOXYGEN_IGNORE</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="structsph__groestl__small__context.html#a7b791b4f662112ae7a6d0b1cce622570"> 77</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> buf[64]; <span class="comment">/* first field, for alignment */</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structsph__groestl__small__context.html#a941838de2677ce8ff1be7423d6a6fa92"> 78</a></span>  <span class="keywordtype">size_t</span> <a class="code" href="structsph__groestl__small__context.html#a941838de2677ce8ff1be7423d6a6fa92">ptr</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keyword">union </span>{</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="preprocessor">#if SPH_64</span></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  sph_u64 wide[8];</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="structsph__groestl__small__context.html#a01dcdcd7e0463f10699fb6e475975f10"> 83</a></span>  <a class="code" href="sph__types_8h.html#abe306859da1253f97285b59a6d87a997">sph_u32</a> narrow[16];</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  } state;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="preprocessor">#if SPH_64</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  sph_u64 <a class="code" href="tests_8c.html#ad43c3812e6d13e0518d9f8b8f463ffcf">count</a>;</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="structsph__groestl__small__context.html#ab5526e6eb4d083f7f20536a8d83c6520"> 88</a></span>  <a class="code" href="sph__types_8h.html#abe306859da1253f97285b59a6d87a997">sph_u32</a> count_high, <a class="code" href="structsph__groestl__small__context.html#ab5526e6eb4d083f7f20536a8d83c6520">count_low</a>;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span> } <a class="code" href="structsph__groestl__small__context.html">sph_groestl_small_context</a>;</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> </div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#a44e8ac32a21a6902a0836c34f19da7d8"> 97</a></span> <span class="keyword">typedef</span> <a class="code" href="structsph__groestl__small__context.html">sph_groestl_small_context</a> <a class="code" href="sph__groestl_8h.html#a44e8ac32a21a6902a0836c34f19da7d8">sph_groestl224_context</a>;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span> </div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#a0612dbdee9269f45640e8e067d49ac35"> 103</a></span> <span class="keyword">typedef</span> <a class="code" href="structsph__groestl__small__context.html">sph_groestl_small_context</a> <a class="code" href="sph__groestl_8h.html#a0612dbdee9269f45640e8e067d49ac35">sph_groestl256_context</a>;</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="structsph__groestl__big__context.html"> 115</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="preprocessor">#ifndef DOXYGEN_IGNORE</span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="structsph__groestl__big__context.html#af01cbebd23f3939991a330ab266ef32a"> 117</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> buf[128]; <span class="comment">/* first field, for alignment */</span></div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="structsph__groestl__big__context.html#a350d7b879c0cd13453089c2f9286b81e"> 118</a></span>  <span class="keywordtype">size_t</span> <a class="code" href="structsph__groestl__big__context.html#a350d7b879c0cd13453089c2f9286b81e">ptr</a>;</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keyword">union </span>{</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="preprocessor">#if SPH_64</span></div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  sph_u64 wide[16];</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="structsph__groestl__big__context.html#a442d45b546ffdd5bf4749924b5d39947"> 123</a></span>  <a class="code" href="sph__types_8h.html#abe306859da1253f97285b59a6d87a997">sph_u32</a> narrow[32];</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  } state;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="preprocessor">#if SPH_64</span></div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  sph_u64 <a class="code" href="tests_8c.html#ad43c3812e6d13e0518d9f8b8f463ffcf">count</a>;</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="structsph__groestl__big__context.html#afbb1b7f2c1ccf37607aefe70af412155"> 128</a></span>  <a class="code" href="sph__types_8h.html#abe306859da1253f97285b59a6d87a997">sph_u32</a> count_high, <a class="code" href="structsph__groestl__big__context.html#afbb1b7f2c1ccf37607aefe70af412155">count_low</a>;</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> } <a class="code" href="structsph__groestl__big__context.html">sph_groestl_big_context</a>;</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> </div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#aeb8d165a61dca513e8075ad4d82b9eb3"> 137</a></span> <span class="keyword">typedef</span> <a class="code" href="structsph__groestl__big__context.html">sph_groestl_big_context</a> <a class="code" href="sph__groestl_8h.html#aeb8d165a61dca513e8075ad4d82b9eb3">sph_groestl384_context</a>;</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span> </div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="sph__groestl_8h.html#ac57bb29f88df2ffc4c47ad1664c6180b"> 143</a></span> <span class="keyword">typedef</span> <a class="code" href="structsph__groestl__big__context.html">sph_groestl_big_context</a> <a class="code" href="sph__groestl_8h.html#ac57bb29f88df2ffc4c47ad1664c6180b">sph_groestl512_context</a>;</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> </div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#abb0fafd9602f8245946ec37bfc174a85">sph_groestl224_init</a>(<span class="keywordtype">void</span> *cc);</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span> </div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a1a70661022c2c8fb7d1b65fe29869481">sph_groestl224</a>(<span class="keywordtype">void</span> *cc, <span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="namespacegen__base58__test__vectors.html#a8d12b07536a476098e3d74b6a79dfc9a">data</a>, <span class="keywordtype">size_t</span> len);</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span> </div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a0e3679280fb3caafd8bdb4d06321b95b">sph_groestl224_close</a>(<span class="keywordtype">void</span> *cc, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> </div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a0b2638c580a491265e42030791ca3626">sph_groestl224_addbits_and_close</a>(</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keywordtype">void</span> *cc, <span class="keywordtype">unsigned</span> ub, <span class="keywordtype">unsigned</span> <a class="code" href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">n</a>, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#aa93dc9fc0715fa292d34b6ef0ed17caf">sph_groestl256_init</a>(<span class="keywordtype">void</span> *cc);</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span> </div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a2687e82c816070bed39d0511eff0e451">sph_groestl256</a>(<span class="keywordtype">void</span> *cc, <span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="namespacegen__base58__test__vectors.html#a8d12b07536a476098e3d74b6a79dfc9a">data</a>, <span class="keywordtype">size_t</span> len);</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span> </div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a7f5e799b29ea2a3210d5cc4dab78dcb9">sph_groestl256_close</a>(<span class="keywordtype">void</span> *cc, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span> </div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#afbe18dd0412b3726e0ebfa3a54ce62fa">sph_groestl256_addbits_and_close</a>(</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  <span class="keywordtype">void</span> *cc, <span class="keywordtype">unsigned</span> ub, <span class="keywordtype">unsigned</span> <a class="code" href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">n</a>, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span> </div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#ace8b77d0072242686e8ac454321632f8">sph_groestl384_init</a>(<span class="keywordtype">void</span> *cc);</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span> </div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a8bc74f164d6d8821714dedf0ef3072bb">sph_groestl384</a>(<span class="keywordtype">void</span> *cc, <span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="namespacegen__base58__test__vectors.html#a8d12b07536a476098e3d74b6a79dfc9a">data</a>, <span class="keywordtype">size_t</span> len);</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span> </div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a8e0c0327a33f3a099f8cbd122133efff">sph_groestl384_close</a>(<span class="keywordtype">void</span> *cc, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span> </div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a9e0080ba471724ad839b03c4cbc4c9b7">sph_groestl384_addbits_and_close</a>(</div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="keywordtype">void</span> *cc, <span class="keywordtype">unsigned</span> ub, <span class="keywordtype">unsigned</span> <a class="code" href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">n</a>, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00279"></a><span class="lineno"> 279</span> </div><div class="line"><a name="l00286"></a><span class="lineno"> 286</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#aae8e752e52ba49c4b4d3201138db4e21">sph_groestl512_init</a>(<span class="keywordtype">void</span> *cc);</div><div class="line"><a name="l00287"></a><span class="lineno"> 287</span> </div><div class="line"><a name="l00296"></a><span class="lineno"> 296</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a6234cab162aecb29f261f0131f1aaf0b">sph_groestl512</a>(<span class="keywordtype">void</span> *cc, <span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="namespacegen__base58__test__vectors.html#a8d12b07536a476098e3d74b6a79dfc9a">data</a>, <span class="keywordtype">size_t</span> len);</div><div class="line"><a name="l00297"></a><span class="lineno"> 297</span> </div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a4e6cdfd9e3ceefe1421d858aba818106">sph_groestl512_close</a>(<span class="keywordtype">void</span> *cc, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00308"></a><span class="lineno"> 308</span> </div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span> <span class="keywordtype">void</span> <a class="code" href="sph__groestl_8h.html#a56b67fc250744506310b01cbc3249f5f">sph_groestl512_addbits_and_close</a>(</div><div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  <span class="keywordtype">void</span> *cc, <span class="keywordtype">unsigned</span> ub, <span class="keywordtype">unsigned</span> <a class="code" href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">n</a>, <span class="keywordtype">void</span> *dst);</div><div class="line"><a name="l00324"></a><span class="lineno"> 324</span> </div><div class="line"><a name="l00325"></a><span class="lineno"> 325</span> <span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span> }</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00328"></a><span class="lineno"> 328</span> </div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="sph__groestl_8h_html_a2687e82c816070bed39d0511eff0e451"><div class="ttname"><a href="sph__groestl_8h.html#a2687e82c816070bed39d0511eff0e451">sph_groestl256</a></div><div class="ttdeci">void sph_groestl256(void *cc, const void *data, size_t len)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03046">groestl.c:3046</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_aae8e752e52ba49c4b4d3201138db4e21"><div class="ttname"><a href="sph__groestl_8h.html#aae8e752e52ba49c4b4d3201138db4e21">sph_groestl512_init</a></div><div class="ttdeci">void sph_groestl512_init(void *cc)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03095">groestl.c:3095</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_aeb8d165a61dca513e8075ad4d82b9eb3"><div class="ttname"><a href="sph__groestl_8h.html#aeb8d165a61dca513e8075ad4d82b9eb3">sph_groestl384_context</a></div><div class="ttdeci">sph_groestl_big_context sph_groestl384_context</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00137">sph_groestl.h:137</a></div></div>
|
|
<div class="ttc" id="sph__types_8h_html"><div class="ttname"><a href="sph__types_8h.html">sph_types.h</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_abb0fafd9602f8245946ec37bfc174a85"><div class="ttname"><a href="sph__groestl_8h.html#abb0fafd9602f8245946ec37bfc174a85">sph_groestl224_init</a></div><div class="ttdeci">void sph_groestl224_init(void *cc)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03011">groestl.c:3011</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_afbe18dd0412b3726e0ebfa3a54ce62fa"><div class="ttname"><a href="sph__groestl_8h.html#afbe18dd0412b3726e0ebfa3a54ce62fa">sph_groestl256_addbits_and_close</a></div><div class="ttdeci">void sph_groestl256_addbits_and_close(void *cc, unsigned ub, unsigned n, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03060">groestl.c:3060</a></div></div>
|
|
<div class="ttc" id="structsph__groestl__small__context_html_ab5526e6eb4d083f7f20536a8d83c6520"><div class="ttname"><a href="structsph__groestl__small__context.html#ab5526e6eb4d083f7f20536a8d83c6520">sph_groestl_small_context::count_low</a></div><div class="ttdeci">sph_u32 count_low</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00088">sph_groestl.h:88</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a9e0080ba471724ad839b03c4cbc4c9b7"><div class="ttname"><a href="sph__groestl_8h.html#a9e0080ba471724ad839b03c4cbc4c9b7">sph_groestl384_addbits_and_close</a></div><div class="ttdeci">void sph_groestl384_addbits_and_close(void *cc, unsigned ub, unsigned n, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03088">groestl.c:3088</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a6234cab162aecb29f261f0131f1aaf0b"><div class="ttname"><a href="sph__groestl_8h.html#a6234cab162aecb29f261f0131f1aaf0b">sph_groestl512</a></div><div class="ttdeci">void sph_groestl512(void *cc, const void *data, size_t len)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03102">groestl.c:3102</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a0b2638c580a491265e42030791ca3626"><div class="ttname"><a href="sph__groestl_8h.html#a0b2638c580a491265e42030791ca3626">sph_groestl224_addbits_and_close</a></div><div class="ttdeci">void sph_groestl224_addbits_and_close(void *cc, unsigned ub, unsigned n, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03032">groestl.c:3032</a></div></div>
|
|
<div class="ttc" id="structsph__groestl__big__context_html_a350d7b879c0cd13453089c2f9286b81e"><div class="ttname"><a href="structsph__groestl__big__context.html#a350d7b879c0cd13453089c2f9286b81e">sph_groestl_big_context::ptr</a></div><div class="ttdeci">size_t ptr</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00118">sph_groestl.h:118</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a56b67fc250744506310b01cbc3249f5f"><div class="ttname"><a href="sph__groestl_8h.html#a56b67fc250744506310b01cbc3249f5f">sph_groestl512_addbits_and_close</a></div><div class="ttdeci">void sph_groestl512_addbits_and_close(void *cc, unsigned ub, unsigned n, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03116">groestl.c:3116</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a44e8ac32a21a6902a0836c34f19da7d8"><div class="ttname"><a href="sph__groestl_8h.html#a44e8ac32a21a6902a0836c34f19da7d8">sph_groestl224_context</a></div><div class="ttdeci">sph_groestl_small_context sph_groestl224_context</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00097">sph_groestl.h:97</a></div></div>
|
|
<div class="ttc" id="structsph__groestl__small__context_html_a941838de2677ce8ff1be7423d6a6fa92"><div class="ttname"><a href="structsph__groestl__small__context.html#a941838de2677ce8ff1be7423d6a6fa92">sph_groestl_small_context::ptr</a></div><div class="ttdeci">size_t ptr</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00078">sph_groestl.h:78</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_ace8b77d0072242686e8ac454321632f8"><div class="ttname"><a href="sph__groestl_8h.html#ace8b77d0072242686e8ac454321632f8">sph_groestl384_init</a></div><div class="ttdeci">void sph_groestl384_init(void *cc)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03067">groestl.c:3067</a></div></div>
|
|
<div class="ttc" id="namespacegen__base58__test__vectors_html_a8d12b07536a476098e3d74b6a79dfc9a"><div class="ttname"><a href="namespacegen__base58__test__vectors.html#a8d12b07536a476098e3d74b6a79dfc9a">gen_base58_test_vectors.data</a></div><div class="ttdeci">data</div><div class="ttdef"><b>Definition:</b> <a href="gen__base58__test__vectors_8py_source.html#l00123">gen_base58_test_vectors.py:123</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a8e0c0327a33f3a099f8cbd122133efff"><div class="ttname"><a href="sph__groestl_8h.html#a8e0c0327a33f3a099f8cbd122133efff">sph_groestl384_close</a></div><div class="ttdeci">void sph_groestl384_close(void *cc, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03081">groestl.c:3081</a></div></div>
|
|
<div class="ttc" id="namespacefix-copyright-headers_html_aed10e06fbf20b2e50f73ff2d61f59e45"><div class="ttname"><a href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">fix-copyright-headers.n</a></div><div class="ttdeci">int n</div><div class="ttdef"><b>Definition:</b> <a href="fix-copyright-headers_8py_source.html#l00046">fix-copyright-headers.py:46</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_aa93dc9fc0715fa292d34b6ef0ed17caf"><div class="ttname"><a href="sph__groestl_8h.html#aa93dc9fc0715fa292d34b6ef0ed17caf">sph_groestl256_init</a></div><div class="ttdeci">void sph_groestl256_init(void *cc)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03039">groestl.c:3039</a></div></div>
|
|
<div class="ttc" id="structsph__groestl__big__context_html_afbb1b7f2c1ccf37607aefe70af412155"><div class="ttname"><a href="structsph__groestl__big__context.html#afbb1b7f2c1ccf37607aefe70af412155">sph_groestl_big_context::count_low</a></div><div class="ttdeci">sph_u32 count_low</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00128">sph_groestl.h:128</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a0612dbdee9269f45640e8e067d49ac35"><div class="ttname"><a href="sph__groestl_8h.html#a0612dbdee9269f45640e8e067d49ac35">sph_groestl256_context</a></div><div class="ttdeci">sph_groestl_small_context sph_groestl256_context</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00103">sph_groestl.h:103</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a4e6cdfd9e3ceefe1421d858aba818106"><div class="ttname"><a href="sph__groestl_8h.html#a4e6cdfd9e3ceefe1421d858aba818106">sph_groestl512_close</a></div><div class="ttdeci">void sph_groestl512_close(void *cc, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03109">groestl.c:3109</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a7f5e799b29ea2a3210d5cc4dab78dcb9"><div class="ttname"><a href="sph__groestl_8h.html#a7f5e799b29ea2a3210d5cc4dab78dcb9">sph_groestl256_close</a></div><div class="ttdeci">void sph_groestl256_close(void *cc, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03053">groestl.c:3053</a></div></div>
|
|
<div class="ttc" id="structsph__groestl__small__context_html"><div class="ttname"><a href="structsph__groestl__small__context.html">sph_groestl_small_context</a></div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00075">sph_groestl.h:75</a></div></div>
|
|
<div class="ttc" id="sph__types_8h_html_abe306859da1253f97285b59a6d87a997"><div class="ttname"><a href="sph__types_8h.html#abe306859da1253f97285b59a6d87a997">sph_u32</a></div><div class="ttdeci">unsigned long sph_u32</div><div class="ttdef"><b>Definition:</b> <a href="sph__types_8h_source.html#l00870">sph_types.h:870</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a1a70661022c2c8fb7d1b65fe29869481"><div class="ttname"><a href="sph__groestl_8h.html#a1a70661022c2c8fb7d1b65fe29869481">sph_groestl224</a></div><div class="ttdeci">void sph_groestl224(void *cc, const void *data, size_t len)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03018">groestl.c:3018</a></div></div>
|
|
<div class="ttc" id="tests_8c_html_ad43c3812e6d13e0518d9f8b8f463ffcf"><div class="ttname"><a href="tests_8c.html#ad43c3812e6d13e0518d9f8b8f463ffcf">count</a></div><div class="ttdeci">static int count</div><div class="ttdef"><b>Definition:</b> <a href="tests_8c_source.html#l00041">tests.c:41</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a0e3679280fb3caafd8bdb4d06321b95b"><div class="ttname"><a href="sph__groestl_8h.html#a0e3679280fb3caafd8bdb4d06321b95b">sph_groestl224_close</a></div><div class="ttdeci">void sph_groestl224_close(void *cc, void *dst)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03025">groestl.c:3025</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_a8bc74f164d6d8821714dedf0ef3072bb"><div class="ttname"><a href="sph__groestl_8h.html#a8bc74f164d6d8821714dedf0ef3072bb">sph_groestl384</a></div><div class="ttdeci">void sph_groestl384(void *cc, const void *data, size_t len)</div><div class="ttdef"><b>Definition:</b> <a href="groestl_8c_source.html#l03074">groestl.c:3074</a></div></div>
|
|
<div class="ttc" id="structsph__groestl__big__context_html"><div class="ttname"><a href="structsph__groestl__big__context.html">sph_groestl_big_context</a></div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00115">sph_groestl.h:115</a></div></div>
|
|
<div class="ttc" id="sph__groestl_8h_html_ac57bb29f88df2ffc4c47ad1664c6180b"><div class="ttname"><a href="sph__groestl_8h.html#ac57bb29f88df2ffc4c47ad1664c6180b">sph_groestl512_context</a></div><div class="ttdeci">sph_groestl_big_context sph_groestl512_context</div><div class="ttdef"><b>Definition:</b> <a href="sph__groestl_8h_source.html#l00143">sph_groestl.h:143</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4261af1259721e3e39e0d2dd7354b511.html">crypto</a></li><li class="navelem"><a class="el" href="sph__groestl_8h.html">sph_groestl.h</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:02 for Dash Core by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|