<!-- HTML header for doxygen 1.8.10--> <!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"/> <title>Intel® Enhanced Privacy ID SDK: tiny_sha Struct Reference</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="doxygen.css" rel="stylesheet" type="text/css" /> <link href="epidstyle.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="projectalign" style="padding-left: 0.5em;"> <div id="projectname"><a onclick="storeLink('index.html')" id="projectlink" class="index.html" href="index.html">Intel® Enhanced Privacy ID SDK</a>  <span id="projectnumber">6.0.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> </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('structtiny__sha.html','');}); /* @license-end */ </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-attribs">Data Fields</a> </div> <div class="headertitle"> <div class="title">tiny_sha Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p>Tiny Sha wrapper Element. <a href="structtiny__sha.html#details">More...</a></p> <p><code>#include <epid/member/tiny/math/hashwrap.h></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Data Fields</h2></td></tr> <tr class="memitem:a414a745937e610b84c0f6942470b531c"><td class="memItemLeft" ><a id="a414a745937e610b84c0f6942470b531c"></a> union {</td></tr> <tr class="memitem:ae57f00079dbef220b860d581e1bd633b"><td class="memItemLeft" >    sha512_state   <a class="el" href="structtiny__sha.html#a10addc820d663785aa5dd90c572bf953">sha512s</a></td></tr> <tr class="memdesc:ae57f00079dbef220b860d581e1bd633b"><td class="mdescLeft"> </td><td class="mdescRight">The state of sha512 if supported. <br /></td></tr> <tr class="separator:ae57f00079dbef220b860d581e1bd633b"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ae7b4d7fa6c79d15428808b13066c5076"><td class="memItemLeft" >    sha256_state   <a class="el" href="structtiny__sha.html#a40fd76fa2a0395295d4747ce2cb80888">sha256s</a></td></tr> <tr class="memdesc:ae7b4d7fa6c79d15428808b13066c5076"><td class="mdescLeft"> </td><td class="mdescRight">The state of sha256 if supported. <br /></td></tr> <tr class="separator:ae7b4d7fa6c79d15428808b13066c5076"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a414a745937e610b84c0f6942470b531c"><td class="memItemLeft" valign="top">} </td><td class="memItemRight" valign="bottom"><a class="el" href="structtiny__sha.html#a414a745937e610b84c0f6942470b531c">sha_state_t</a></td></tr> <tr class="memdesc:a414a745937e610b84c0f6942470b531c"><td class="mdescLeft"> </td><td class="mdescRight">Store state of hash algorithm. <br /></td></tr> <tr class="separator:a414a745937e610b84c0f6942470b531c"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:acc38b88204bd86b40f1f1de557b247c4"><td class="memItemLeft" align="right" valign="top"><a id="acc38b88204bd86b40f1f1de557b247c4"></a> <a class="el" href="group___epid_types.html#ga5e450438f6f9a5eacd0cf5ce354ec890">HashAlg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structtiny__sha.html#acc38b88204bd86b40f1f1de557b247c4">hash_alg</a></td></tr> <tr class="memdesc:acc38b88204bd86b40f1f1de557b247c4"><td class="mdescLeft"> </td><td class="mdescRight">The hash algorithem which selected. <br /></td></tr> <tr class="separator:acc38b88204bd86b40f1f1de557b247c4"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Tiny Sha wrapper Element. </p> </div><hr/>The documentation for this struct was generated from the following file:<ul> <li>epid/member/tiny/math/<a class="el" href="hashwrap_8h.html">hashwrap.h</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.10--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="structtiny__sha.html">tiny_sha</a></li> <li class="footer"> © 2016-2017 Intel Corporation </li> </ul> </div> </body> </html>